Html Css Color HEX #875B99 Ce Soir

📋 copy color: '#875B99'

red 135 ◦ green 91 ◦ blue 153

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

Shades of Ce Soir #875B99

Tints of Ce Soir #875B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 35.62%
G = 24.01%
B = 40.37%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#875B99 (or 0x875B99) is known color: Ce Soir. HEX triplet: 87, 5B and 99. RGB value is (135,91,153). Sum of RGB (Red+Green+Blue) = 135+91+153=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #875B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875B99 is #78A466. Grayscale: #6F6F6F. Windows color (decimal): -7906407 or 10050439. OLE color: 10050439.

HSL color Cylindrical-coordinate representation of color #875B99: hue angle of 282.58º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875B99 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 91 153 -
CMYK 0.12 0.41 0 0.4
HSL 282.58º 0.25% 0.48% -
HSV(B) 282.58º 0.41% 0.6% -
XYZ 19.48 14.93 31.99 -
YUV 111.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 135 91 153 0.12 0.41 0 0.4 282.58 0.25 0.48
Hex 87 5B 99 C 29 0 28 11B 19 30
Octal 207 133 231 14 51 0 50 433 31 60
Binary 10000111 1011011 10011001 1100 101001 0 101000 100011011 11001 110000

Color Harmonies of #875B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B99

Black with #875B99

Text Example


Text Example

White with #875B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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