Html Css Color HEX #875DB4 Deep Lilac

📋 copy color: '#875DB4'

red 135 ◦ green 93 ◦ blue 180

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

Shades of Deep Lilac #875DB4

Tints of Deep Lilac #875DB4

RGB

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

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

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

R = 33.09%
G = 22.79%
B = 44.12%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#875DB4 (or 0x875DB4) is known color: Deep Lilac. HEX triplet: 87, 5D and B4. RGB value is (135,93,180). Sum of RGB (Red+Green+Blue) = 135+93+180=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #875DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DB4 is #78A24B. Grayscale: #737373. Windows color (decimal): -7905868 or 11820423. OLE color: 11820423.

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

Color convert

RGB 135 93 180 -
CMYK 0.25 0.48 0 0.29
HSL 268.97º 0.37% 0.54% -
HSV(B) 268.97º 0.48% 0.71% -
XYZ 22.14 16.27 45.15 -
YUV 115.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 135 93 180 0.25 0.48 0 0.29 268.97 0.37 0.54
Hex 87 5D B4 19 30 0 1D 10D 25 36
Octal 207 135 264 31 60 0 35 415 45 66
Binary 10000111 1011101 10110100 11001 110000 0 11101 100001101 100101 110110

Color Harmonies of #875DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DB4

Black with #875DB4

Text Example


Text Example

White with #875DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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