Html Css Color HEX #875BB3 Deep Lilac

📋 copy color: '#875BB3'

red 135 ◦ green 91 ◦ blue 179

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

Shades of Deep Lilac #875BB3

Tints of Deep Lilac #875BB3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.47%

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 33.33%
G = 22.47%
B = 44.2%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#875BB3 (or 0x875BB3) is known color: Deep Lilac. HEX triplet: 87, 5B and B3. RGB value is (135,91,179). Sum of RGB (Red+Green+Blue) = 135+91+179=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #875BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BB3 is #78A44C. Grayscale: #717171. Windows color (decimal): -7906381 or 11754375. OLE color: 11754375.

HSL color Cylindrical-coordinate representation of color #875BB3: hue angle of 270º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #875BB3 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 91 179 -
CMYK 0.25 0.49 0 0.30
HSL 270º 0.37% 0.53% -
HSV(B) 270º 0.49% 0.7% -
XYZ 21.87 15.89 44.56 -
YUV 114.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 135 91 179 0.25 0.49 0 0.30 270 0.37 0.53
Hex 87 5B B3 19 31 0 1E 10E 25 35
Octal 207 133 263 31 61 0 36 416 45 65
Binary 10000111 1011011 10110011 11001 110001 0 11110 100001110 100101 110101

Color Harmonies of #875BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BB3

Black with #875BB3

Text Example


Text Example

White with #875BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,91,179); }

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

background-color css

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

 a { background-color: rgb(135,91,179); }

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

border-color css

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

 span { border-color: rgb(135,91,179); }

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