#875CB3

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

Shades of Deep Lilac #875CB3

Tints of Deep Lilac #875CB3

Color information

#875CB3 (or 0x875CB3) is unknown color: approx Deep Lilac. HEX triplet: 87, 5C and B3. RGB value is (135,92,179). Sum of RGB (Red+Green+Blue) = 135+92+179=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #875CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CB3 is #78A34C. Grayscale: #727272. Windows color (decimal): -7906125 or 11754631. OLE color: 11754631.

HSL color Cylindrical-coordinate representation of color #875CB3: hue angle of 269.66º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #875CB3 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13592179-
CMYK0.250.4900.30
HSL269.66º36.4%53.14%-
HSV(B)269.66º48.6%70.2%-
XYZ21.9616.0644.59-
YUV114.78164.25142.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=33.25%
G=22.66%
B=44.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135921790.250.4900.30269.6636.453.14
Hex875CB3193101E10e2435
Octal20713426331610364164465
Binary1000011110111001011001111001110001011110100001110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875CB3; }

 p { color: rgb(135,92,179); }

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

<style>
 a { background-color: #875CB3; }

 a { background-color: rgb(135,92,179); }

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

<style>
 span { border-color: #875CB3; }

 span { border-color: rgb(135,92,179); }

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