#8c52c4

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

Shades of Deep Lilac #8C52C4

Tints of Deep Lilac #8C52C4

Color information

#8C52C4 (or 0x8C52C4) is unknown color: approx Deep Lilac. HEX triplet: 8C, 52 and C4. RGB value is (140,82,196). Sum of RGB (Red+Green+Blue) = 140+82+196=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C52C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52C4 is #73AD3B. Grayscale: #6F6F6F. Windows color (decimal): -7580988 or 12866188. OLE color: 12866188.

HSL color Cylindrical-coordinate representation of color #8C52C4: hue angle of 270.53º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C52C4 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14082196-
CMYK0.290.5800.23
HSL270.53º49.14%54.51%-
HSV(B)270.53º58.16%76.86%-
XYZ23.815.653.98-
YUV112.34175.22147.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=33.49%
G=19.62%
B=46.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140821960.290.5800.23270.5349.1454.51
Hex8C52C41D3A01710f3137
Octal21412230435720274176167
Binary1000110010100101100010011101111010010111100001111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c52c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,82,196); }

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

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

 a { background-color: rgb(140,82,196); }

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

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

 span { border-color: rgb(140,82,196); }

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