Html Css Color HEX #875BBA Deep Lilac

📋 copy color: '#875BBA'

red 135 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #875BBA

Tints of Deep Lilac #875BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 32.77%
G = 22.09%
B = 45.15%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#875BBA (or 0x875BBA) is known color: Deep Lilac. HEX triplet: 87, 5B and BA. RGB value is (135,91,186). Sum of RGB (Red+Green+Blue) = 135+91+186=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #875BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BBA is #78A445. Grayscale: #727272. Windows color (decimal): -7906374 or 12213127. OLE color: 12213127.

HSL color Cylindrical-coordinate representation of color #875BBA: hue angle of 267.79º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875BBA is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 91 186 -
CMYK 0.27 0.51 0 0.27
HSL 267.79º 0.41% 0.54% -
HSV(B) 267.79º 0.51% 0.73% -
XYZ 22.6 16.18 48.39 -
YUV 114.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 135 91 186 0.27 0.51 0 0.27 267.79 0.41 0.54
Hex 87 5B BA 1B 33 0 1B 10C 29 36
Octal 207 133 272 33 63 0 33 414 51 66
Binary 10000111 1011011 10111010 11011 110011 0 11011 100001100 101001 110110

Color Harmonies of #875BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BBA

Black with #875BBA

Text Example


Text Example

White with #875BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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