Html Css Color HEX #875DB9 Lilac Bush

📋 copy color: '#875DB9'

red 135 ◦ green 93 ◦ blue 185

#875DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #875DB9

Tints of Lilac Bush #875DB9

RGB

 RED value IS 135 (53.13% from 255) = 32.69%

 GREEN value IS 93 (36.72% from 255) = 22.52%

 BLUE value IS 185 (72.66% from 255) = 44.79%

R = 32.69%
G = 22.52%
B = 44.79%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#875DB9 (or 0x875DB9) is known color: Lilac Bush. HEX triplet: 87, 5D and B9. RGB value is (135,93,185). Sum of RGB (Red+Green+Blue) = 135+93+185=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #875DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DB9 is #78A246. Grayscale: #737373. Windows color (decimal): -7905863 or 12148103. OLE color: 12148103.

HSL color Cylindrical-coordinate representation of color #875DB9: hue angle of 267.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875DB9 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 93 185 -
CMYK 0.27 0.50 0 0.27
HSL 267.39º 0.4% 0.55% -
HSV(B) 267.39º 0.5% 0.73% -
XYZ 22.66 16.48 47.89 -
YUV 116.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 135 93 185 0.27 0.50 0 0.27 267.39 0.4 0.55
Hex 87 5D B9 1B 32 0 1B 10B 28 37
Octal 207 135 271 33 62 0 33 413 50 67
Binary 10000111 1011101 10111001 11011 110010 0 11011 100001011 101000 110111

Color Harmonies of #875DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DB9

Black with #875DB9

Text Example


Text Example

White with #875DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #875DB9;
 }
 .AnyTagClassName
 {
   color: #875DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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