Html Css Color HEX #875DB7 Deep Lilac

📋 copy color: '#875DB7'

red 135 ◦ green 93 ◦ blue 183

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

Shades of Deep Lilac #875DB7

Tints of Deep Lilac #875DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.53%

R = 32.85%
G = 22.63%
B = 44.53%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#875DB7 (or 0x875DB7) is known color: Deep Lilac. HEX triplet: 87, 5D and B7. RGB value is (135,93,183). Sum of RGB (Red+Green+Blue) = 135+93+183=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #875DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DB7 is #78A248. Grayscale: #737373. Windows color (decimal): -7905865 or 12017031. OLE color: 12017031.

HSL color Cylindrical-coordinate representation of color #875DB7: hue angle of 268º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #875DB7 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 135 93 183 -
CMYK 0.26 0.49 0 0.28
HSL 268º 0.38% 0.54% -
HSV(B) 268º 0.49% 0.72% -
XYZ 22.45 16.4 46.78 -
YUV 115.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 135 93 183 0.26 0.49 0 0.28 268 0.38 0.54
Hex 87 5D B7 1A 31 0 1C 10C 26 36
Octal 207 135 267 32 61 0 34 414 46 66
Binary 10000111 1011101 10110111 11010 110001 0 11100 100001100 100110 110110

Color Harmonies of #875DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DB7

Black with #875DB7

Text Example


Text Example

White with #875DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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