#8C4BCB

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

Shades of Deep Lilac #8C4BCB

Tints of Deep Lilac #8C4BCB

Color information

#8C4BCB (or 0x8C4BCB) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4B and CB. RGB value is (140,75,203). Sum of RGB (Red+Green+Blue) = 140+75+203=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C4BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4BCB is #73B434. Grayscale: #6C6C6C. Windows color (decimal): -7582773 or 13323148. OLE color: 13323148.

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

Color convert

RGB14075203-
CMYK0.310.6300.20
HSL270.47º55.17%54.51%-
HSV(B)270.47º63.05%79.61%-
XYZ24.1114.9258.11-
YUV109.03181.03150.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=33.49%
G=17.94%
B=48.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140752030.310.6300.20270.4755.1754.51
Hex8C4BCB1F3F01410e3737
Octal21411331337770244166767
Binary1000110010010111100101111111111111010100100001110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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