#8C4FCB

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

Shades of Deep Lilac #8C4FCB

Tints of Deep Lilac #8C4FCB

Color information

#8C4FCB (or 0x8C4FCB) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4F and CB. RGB value is (140,79,203). Sum of RGB (Red+Green+Blue) = 140+79+203=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C4FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FCB is #73B034. Grayscale: #6E6E6E. Windows color (decimal): -7581749 or 13324172. OLE color: 13324172.

HSL color Cylindrical-coordinate representation of color #8C4FCB: hue angle of 269.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4FCB is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14079203-
CMYK0.310.6100.20
HSL269.52º54.39%55.29%-
HSV(B)269.52º61.08%79.61%-
XYZ24.3915.4858.2-
YUV111.38179.71148.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 79 (31.25% from 255) = 18.72%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=33.18%
G=18.72%
B=48.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140792030.310.6100.20269.5254.3955.29
Hex8C4FCB1F3D01410e3637
Octal21411731337750244166667
Binary1000110010011111100101111111111101010100100001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,79,203); }

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

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

 a { background-color: rgb(140,79,203); }

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

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

 span { border-color: rgb(140,79,203); }

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