#875DB7

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

Shades of Deep Lilac #875DB7

Tints of Deep Lilac #875DB7

Color information

#875DB7 (or 0x875DB7) is unknown color: approx Deep Lilac. HEX triplet: 87, 5D and B7. RGB value is (135,93,183). Sum of RGB (Red+Green+Blue) = 135+93+183=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #875DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DB7 is #78A248. Grayscale: #737373. Windows color (decimal): -7905865 or 12017031. OLE color: 12017031.

HSL color Cylindrical-coordinate representation of color #875DB7: hue angle of 268º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #875DB7 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13593183-
CMYK0.260.4900.28
HSL268º38.46%54.12%-
HSV(B)268º49.18%71.76%-
XYZ22.4516.446.78-
YUV115.82165.91141.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 183 (71.88% from 255) = 44.53%
R=32.85%
G=22.63%
B=44.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal135931830.260.4900.2826838.4654.12
Hex875DB71A3101C10c2636
Octal20713526732610344144666
Binary1000011110111011011011111010110001011100100001100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,93,183); }

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

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

 a { background-color: rgb(135,93,183); }

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

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

 span { border-color: rgb(135,93,183); }

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