#8B4CBB

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

Shades of Deep Lilac #8B4CBB

Tints of Deep Lilac #8B4CBB

Color information

#8B4CBB (or 0x8B4CBB) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4C and BB. RGB value is (139,76,187). Sum of RGB (Red+Green+Blue) = 139+76+187=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B4CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4CBB is #74B344. Grayscale: #6B6B6B. Windows color (decimal): -7648069 or 12274827. OLE color: 12274827.

HSL color Cylindrical-coordinate representation of color #8B4CBB: hue angle of 274.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B4CBB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13976187-
CMYK0.260.5900.27
HSL274.05º44.94%51.57%-
HSV(B)274.05º59.36%73.33%-
XYZ22.214.2548.59-
YUV107.49172.87150.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 187 (73.44% from 255) = 46.52%
R=34.58%
G=18.91%
B=46.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139761870.260.5900.27274.0544.9451.57
Hex8B4CBB1A3B01B1122d34
Octal21311427332730334225564
Binary1000101110011001011101111010111011011011100010010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,187); }

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

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

 a { background-color: rgb(139,76,187); }

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

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

 span { border-color: rgb(139,76,187); }

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