#8A5CB3

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

Shades of Deep Lilac #8A5CB3

Tints of Deep Lilac #8A5CB3

Color information

#8A5CB3 (or 0x8A5CB3) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5C and B3. RGB value is (138,92,179). Sum of RGB (Red+Green+Blue) = 138+92+179=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A5CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5CB3 is #75A34C. Grayscale: #737373. Windows color (decimal): -7709517 or 11754634. OLE color: 11754634.

HSL color Cylindrical-coordinate representation of color #8A5CB3: hue angle of 271.72º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A5CB3 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13892179-
CMYK0.230.4900.30
HSL271.72º36.4%53.14%-
HSV(B)271.72º48.6%70.2%-
XYZ22.4516.3144.61-
YUV115.67163.74143.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 179 (70.31% from 255) = 43.77%
R=33.74%
G=22.49%
B=43.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138921790.230.4900.30271.7236.453.14
Hex8A5CB3173101E1102435
Octal21213426327610364204465
Binary1000101010111001011001110111110001011110100010000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,179); }

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

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

 a { background-color: rgb(138,92,179); }

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

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

 span { border-color: rgb(138,92,179); }

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