Html Css Color HEX #875DB1 Deep Lilac

📋 copy color: '#875DB1'

red 135 ◦ green 93 ◦ blue 177

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

Shades of Deep Lilac #875DB1

Tints of Deep Lilac #875DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.7%

R = 33.33%
G = 22.96%
B = 43.7%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#875DB1 (or 0x875DB1) is known color: Deep Lilac. HEX triplet: 87, 5D and B1. RGB value is (135,93,177). Sum of RGB (Red+Green+Blue) = 135+93+177=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #875DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DB1 is #78A24E. Grayscale: #727272. Windows color (decimal): -7905871 or 11623815. OLE color: 11623815.

HSL color Cylindrical-coordinate representation of color #875DB1: hue angle of 270º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875DB1 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 93 177 -
CMYK 0.24 0.47 0 0.31
HSL 270º 0.35% 0.53% -
HSV(B) 270º 0.47% 0.69% -
XYZ 21.84 16.15 43.56 -
YUV 115.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 135 93 177 0.24 0.47 0 0.31 270 0.35 0.53
Hex 87 5D B1 18 2F 0 1F 10E 23 35
Octal 207 135 261 30 57 0 37 416 43 65
Binary 10000111 1011101 10110001 11000 101111 0 11111 100001110 100011 110101

Color Harmonies of #875DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DB1

Black with #875DB1

Text Example


Text Example

White with #875DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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