#8B59A7

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

Shades of Deep Lilac #8B59A7

Tints of Deep Lilac #8B59A7

Color information

#8B59A7 (or 0x8B59A7) is unknown color: approx Deep Lilac. HEX triplet: 8B, 59 and A7. RGB value is (139,89,167). Sum of RGB (Red+Green+Blue) = 139+89+167=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 167 - color contains mainly: blue. Hex color #8B59A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B59A7 is #74A658. Grayscale: #707070. Windows color (decimal): -7644761 or 10967435. OLE color: 10967435.

HSL color Cylindrical-coordinate representation of color #8B59A7: hue angle of 278.46º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B59A7 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13989167-
CMYK0.170.4700.35
HSL278.46º30.71%50.2%-
HSV(B)278.46º46.71%65.49%-
XYZ21.1915.4238.42-
YUV112.84158.56146.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 167 (65.62% from 255) = 42.28%
R=35.19%
G=22.53%
B=42.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal139891670.170.4700.35278.4630.7150.2
Hex8B59A7112F0231161f32
Octal21313124721570434263762
Binary1000101110110011010011110001101111010001110001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B59A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,167); }

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

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

 a { background-color: rgb(139,89,167); }

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

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

 span { border-color: rgb(139,89,167); }

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