#8A43B4

Color #8A43B4 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8A43B4

Tints of Deep Lilac #8A43B4

Color information

#8A43B4 (or 0x8A43B4) is unknown color: approx Deep Lilac. HEX triplet: 8A, 43 and B4. RGB value is (138,67,180). Sum of RGB (Red+Green+Blue) = 138+67+180=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A43B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A43B4 is #75BC4B. Grayscale: #646464. Windows color (decimal): -7715916 or 11813770. OLE color: 11813770.

HSL color Cylindrical-coordinate representation of color #8A43B4: hue angle of 277.7º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A43B4 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13867180-
CMYK0.230.6300.29
HSL277.7º45.75%48.43%-
HSV(B)277.7º62.78%70.59%-
XYZ20.7312.7144.54-
YUV101.11172.52154.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 67 (26.56% from 255) = 17.40%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=35.84%
G=17.40%
B=46.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138671800.230.6300.29277.745.7548.43
Hex8A43B4173F01D1162e30
Octal21210326427770354265660
Binary1000101010000111011010010111111111011101100010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A43B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A43B4; }

 p { color: rgb(138,67,180); }

 H1.HeaderClassName
 {
   color: #8A43B4;
 }
 .AnyTagClassName
 {
   color: #8A43B4;
 }
</style>
background-color css

<style>
 a { background-color: #8A43B4; }

 a { background-color: rgb(138,67,180); }

 div.DivClassName
 {
   background-color: #8A43B4;
 }
 .BgClassName
 {
   background-color: #8A43B4;
 }
</style>
border-color css

<style>
 span { border-color: #8A43B4; }

 span { border-color: rgb(138,67,180); }

 td.TdClassName
 {
   border-color: #8A43B4;
 }
 .TagClassName
 {
   border-color: #8A43B4;
 }
</style>