Html Css Color HEX #875BBD Lilac Bush

📋 copy color: '#875BBD'

red 135 ◦ green 91 ◦ blue 189

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

Shades of Lilac Bush #875BBD

Tints of Lilac Bush #875BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.93%

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 32.53%
G = 21.93%
B = 45.54%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#875BBD (or 0x875BBD) is known color: Lilac Bush. HEX triplet: 87, 5B and BD. RGB value is (135,91,189). Sum of RGB (Red+Green+Blue) = 135+91+189=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #875BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BBD is #78A442. Grayscale: #727272. Windows color (decimal): -7906371 or 12409735. OLE color: 12409735.

HSL color Cylindrical-coordinate representation of color #875BBD: hue angle of 266.94º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875BBD is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 91 189 -
CMYK 0.29 0.52 0 0.26
HSL 266.94º 0.43% 0.55% -
HSV(B) 266.94º 0.52% 0.74% -
XYZ 22.92 16.31 50.08 -
YUV 115.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 135 91 189 0.29 0.52 0 0.26 266.94 0.43 0.55
Hex 87 5B BD 1D 34 0 1A 10B 2B 37
Octal 207 133 275 35 64 0 32 413 53 67
Binary 10000111 1011011 10111101 11101 110100 0 11010 100001011 101011 110111

Color Harmonies of #875BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BBD

Black with #875BBD

Text Example


Text Example

White with #875BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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