Html Css Color HEX #875FBB Lilac Bush

📋 copy color: '#875FBB'

red 135 ◦ green 95 ◦ blue 187

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

Shades of Lilac Bush #875FBB

Tints of Lilac Bush #875FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 32.37%
G = 22.78%
B = 44.84%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#875FBB (or 0x875FBB) is known color: Lilac Bush. HEX triplet: 87, 5F and BB. RGB value is (135,95,187). Sum of RGB (Red+Green+Blue) = 135+95+187=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #875FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FBB is #78A044. Grayscale: #757575. Windows color (decimal): -7905349 or 12279687. OLE color: 12279687.

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

Color convert

RGB 135 95 187 -
CMYK 0.28 0.49 0 0.27
HSL 266.09º 0.4% 0.55% -
HSV(B) 266.09º 0.49% 0.73% -
XYZ 23.05 16.92 49.07 -
YUV 117.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 135 95 187 0.28 0.49 0 0.27 266.09 0.4 0.55
Hex 87 5F BB 1C 31 0 1B 10A 28 37
Octal 207 137 273 34 61 0 33 412 50 67
Binary 10000111 1011111 10111011 11100 110001 0 11011 100001010 101000 110111

Color Harmonies of #875FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FBB

Black with #875FBB

Text Example


Text Example

White with #875FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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