Html Css Color HEX #875FB4 Lilac Bush

📋 copy color: '#875FB4'

red 135 ◦ green 95 ◦ blue 180

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

Shades of Lilac Bush #875FB4

Tints of Lilac Bush #875FB4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.17%

 BLUE value IS 180 (70.7% from 255) = 43.9%

R = 32.93%
G = 23.17%
B = 43.9%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#875FB4 (or 0x875FB4) is known color: Lilac Bush. HEX triplet: 87, 5F and B4. RGB value is (135,95,180). Sum of RGB (Red+Green+Blue) = 135+95+180=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #875FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FB4 is #78A04B. Grayscale: #747474. Windows color (decimal): -7905356 or 11820935. OLE color: 11820935.

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

Color convert

RGB 135 95 180 -
CMYK 0.25 0.47 0 0.29
HSL 268.24º 0.36% 0.54% -
HSV(B) 268.24º 0.47% 0.71% -
XYZ 22.32 16.63 45.21 -
YUV 116.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 135 95 180 0.25 0.47 0 0.29 268.24 0.36 0.54
Hex 87 5F B4 19 2F 0 1D 10C 24 36
Octal 207 137 264 31 57 0 35 414 44 66
Binary 10000111 1011111 10110100 11001 101111 0 11101 100001100 100100 110110

Color Harmonies of #875FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FB4

Black with #875FB4

Text Example


Text Example

White with #875FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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