#8B55BC

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

Shades of Deep Lilac #8B55BC

Tints of Deep Lilac #8B55BC

Color information

#8B55BC (or 0x8B55BC) is unknown color: approx Deep Lilac. HEX triplet: 8B, 55 and BC. RGB value is (139,85,188). Sum of RGB (Red+Green+Blue) = 139+85+188=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B55BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B55BC is #74AA43. Grayscale: #707070. Windows color (decimal): -7645764 or 12342667. OLE color: 12342667.

HSL color Cylindrical-coordinate representation of color #8B55BC: hue angle of 271.46º 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 #8B55BC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13985188-
CMYK0.260.5500.26
HSL271.46º43.46%53.53%-
HSV(B)271.46º54.79%73.73%-
XYZ22.9715.6249.38-
YUV112.89170.39146.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=33.74%
G=20.63%
B=45.63%

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
Decimal139851880.260.5500.26271.4643.4653.53
Hex8B55BC1A3701A10f2b36
Octal21312527432670324175366
Binary1000101110101011011110011010110111011010100001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B55BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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