Html Css Color HEX #875DBC Lilac Bush

📋 copy color: '#875DBC'

red 135 ◦ green 93 ◦ blue 188

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

Shades of Lilac Bush #875DBC

Tints of Lilac Bush #875DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 32.45%
G = 22.36%
B = 45.19%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#875DBC (or 0x875DBC) is known color: Lilac Bush. HEX triplet: 87, 5D and BC. RGB value is (135,93,188). Sum of RGB (Red+Green+Blue) = 135+93+188=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #875DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DBC is #78A243. Grayscale: #747474. Windows color (decimal): -7905860 or 12344711. OLE color: 12344711.

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

Color convert

RGB 135 93 188 -
CMYK 0.28 0.51 0 0.26
HSL 266.53º 0.41% 0.55% -
HSV(B) 266.53º 0.51% 0.74% -
XYZ 22.98 16.61 49.57 -
YUV 116.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 135 93 188 0.28 0.51 0 0.26 266.53 0.41 0.55
Hex 87 5D BC 1C 33 0 1A 10B 29 37
Octal 207 135 274 34 63 0 32 413 51 67
Binary 10000111 1011101 10111100 11100 110011 0 11010 100001011 101001 110111

Color Harmonies of #875DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DBC

Black with #875DBC

Text Example


Text Example

White with #875DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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