#8C55BC

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

Shades of Deep Lilac #8C55BC

Tints of Deep Lilac #8C55BC

Color information

#8C55BC (or 0x8C55BC) is unknown color: approx Deep Lilac. HEX triplet: 8C, 55 and BC. RGB value is (140,85,188). Sum of RGB (Red+Green+Blue) = 140+85+188=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C55BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C55BC is #73AA43. Grayscale: #707070. Windows color (decimal): -7580228 or 12342668. OLE color: 12342668.

HSL color Cylindrical-coordinate representation of color #8C55BC: hue angle of 272.04º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C55BC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14085188-
CMYK0.260.5500.26
HSL272.04º43.46%53.53%-
HSV(B)272.04º54.79%73.73%-
XYZ23.1415.749.39-
YUV113.19170.22147.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.90%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=33.90%
G=20.58%
B=45.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140851880.260.5500.26272.0443.4653.53
Hex8C55BC1A3701A1102b36
Octal21412527432670324205366
Binary1000110010101011011110011010110111011010100010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C55BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,85,188); }

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

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

 a { background-color: rgb(140,85,188); }

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

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

 span { border-color: rgb(140,85,188); }

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