Html Css Color HEX #875B9C Ce Soir

📋 copy color: '#875B9C'

red 135 ◦ green 91 ◦ blue 156

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

Shades of Ce Soir #875B9C

Tints of Ce Soir #875B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 35.34%
G = 23.82%
B = 40.84%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#875B9C (or 0x875B9C) is known color: Ce Soir. HEX triplet: 87, 5B and 9C. RGB value is (135,91,156). Sum of RGB (Red+Green+Blue) = 135+91+156=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #875B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875B9C is #78A463. Grayscale: #6F6F6F. Windows color (decimal): -7906404 or 10247047. OLE color: 10247047.

HSL color Cylindrical-coordinate representation of color #875B9C: hue angle of 280.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875B9C is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 91 156 -
CMYK 0.13 0.42 0 0.39
HSL 280.62º 0.26% 0.48% -
HSV(B) 280.62º 0.42% 0.61% -
XYZ 19.73 15.03 33.31 -
YUV 111.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 135 91 156 0.13 0.42 0 0.39 280.62 0.26 0.48
Hex 87 5B 9C D 2A 0 27 119 1A 30
Octal 207 133 234 15 52 0 47 431 32 60
Binary 10000111 1011011 10011100 1101 101010 0 100111 100011001 11010 110000

Color Harmonies of #875B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B9C

Black with #875B9C

Text Example


Text Example

White with #875B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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