Html Css Color HEX #875BAB Ce Soir

📋 copy color: '#875BAB'

red 135 ◦ green 91 ◦ blue 171

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

Shades of Ce Soir #875BAB

Tints of Ce Soir #875BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 34.01%
G = 22.92%
B = 43.07%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#875BAB (or 0x875BAB) is known color: Ce Soir. HEX triplet: 87, 5B and AB. RGB value is (135,91,171). Sum of RGB (Red+Green+Blue) = 135+91+171=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #875BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875BAB is #78A454. Grayscale: #717171. Windows color (decimal): -7906389 or 11230087. OLE color: 11230087.

HSL color Cylindrical-coordinate representation of color #875BAB: hue angle of 273º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875BAB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 91 171 -
CMYK 0.21 0.47 0 0.33
HSL 273º 0.32% 0.51% -
HSV(B) 273º 0.47% 0.67% -
XYZ 21.08 15.57 40.42 -
YUV 113.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 135 91 171 0.21 0.47 0 0.33 273 0.32 0.51
Hex 87 5B AB 15 2F 0 21 111 20 33
Octal 207 133 253 25 57 0 41 421 40 63
Binary 10000111 1011011 10101011 10101 101111 0 100001 100010001 100000 110011

Color Harmonies of #875BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BAB

Black with #875BAB

Text Example


Text Example

White with #875BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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