Html Css Color HEX #875CB6 Deep Lilac

📋 copy color: '#875CB6'

red 135 ◦ green 92 ◦ blue 182

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

Shades of Deep Lilac #875CB6

Tints of Deep Lilac #875CB6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

 BLUE value IS 182 (71.48% from 255) = 44.5%

R = 33.01%
G = 22.49%
B = 44.5%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#875CB6 (or 0x875CB6) is known color: Deep Lilac. HEX triplet: 87, 5C and B6. RGB value is (135,92,182). Sum of RGB (Red+Green+Blue) = 135+92+182=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #875CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CB6 is #78A349. Grayscale: #727272. Windows color (decimal): -7906122 or 11951239. OLE color: 11951239.

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

Color convert

RGB 135 92 182 -
CMYK 0.26 0.49 0 0.29
HSL 268.67º 0.38% 0.54% -
HSV(B) 268.67º 0.49% 0.71% -
XYZ 22.26 16.18 46.21 -
YUV 115.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 135 92 182 0.26 0.49 0 0.29 268.67 0.38 0.54
Hex 87 5C B6 1A 31 0 1D 10D 26 36
Octal 207 134 266 32 61 0 35 415 46 66
Binary 10000111 1011100 10110110 11010 110001 0 11101 100001101 100110 110110

Color Harmonies of #875CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CB6

Black with #875CB6

Text Example


Text Example

White with #875CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,92,182); }

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

background-color css

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

 a { background-color: rgb(135,92,182); }

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

border-color css

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

 span { border-color: rgb(135,92,182); }

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