#875BB4

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

Shades of Deep Lilac #875BB4

Tints of Deep Lilac #875BB4

Color information

#875BB4 (or 0x875BB4) is unknown color: approx Deep Lilac. HEX triplet: 87, 5B and B4. RGB value is (135,91,180). Sum of RGB (Red+Green+Blue) = 135+91+180=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #875BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BB4 is #78A44B. Grayscale: #717171. Windows color (decimal): -7906380 or 11819911. OLE color: 11819911.

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

Color convert

RGB13591180-
CMYK0.250.4900.29
HSL269.66º37.24%53.14%-
HSV(B)269.66º49.44%70.59%-
XYZ21.9715.9345.1-
YUV114.3165.08142.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=33.25%
G=22.41%
B=44.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135911800.250.4900.29269.6637.2453.14
Hex875BB4193101D10e2535
Octal20713326431610354164565
Binary1000011110110111011010011001110001011101100001110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,91,180); }

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

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

 a { background-color: rgb(135,91,180); }

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

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

 span { border-color: rgb(135,91,180); }

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