#8A52BF

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

Shades of Deep Lilac #8A52BF

Tints of Deep Lilac #8A52BF

Color information

#8A52BF (or 0x8A52BF) is unknown color: approx Deep Lilac. HEX triplet: 8A, 52 and BF. RGB value is (138,82,191). Sum of RGB (Red+Green+Blue) = 138+82+191=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A52BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A52BF is #75AD40. Grayscale: #6E6E6E. Windows color (decimal): -7712065 or 12538506. OLE color: 12538506.

HSL color Cylindrical-coordinate representation of color #8A52BF: hue angle of 270.83º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A52BF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13882191-
CMYK0.280.5700.25
HSL270.83º45.99%53.53%-
HSV(B)270.83º57.07%74.9%-
XYZ22.915.251.02-
YUV111.17173.05147.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 191 (75% from 255) = 46.47%
R=33.58%
G=19.95%
B=46.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138821910.280.5700.25270.8345.9953.53
Hex8A52BF1C3901910f2e36
Octal21212227734710314175666
Binary1000101010100101011111111100111001011001100001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,82,191); }

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

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

 a { background-color: rgb(138,82,191); }

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

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

 span { border-color: rgb(138,82,191); }

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