Html Css Color HEX #875A9C Ce Soir

📋 copy color: '#875A9C'

red 135 ◦ green 90 ◦ blue 156

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

Shades of Ce Soir #875A9C

Tints of Ce Soir #875A9C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 35.43%
G = 23.62%
B = 40.94%

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

#875A9C (or 0x875A9C) is known color: Ce Soir. HEX triplet: 87, 5A and 9C. RGB value is (135,90,156). Sum of RGB (Red+Green+Blue) = 135+90+156=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #875A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A9C is #78A563. Grayscale: #6E6E6E. Windows color (decimal): -7906660 or 10246791. OLE color: 10246791.

HSL color Cylindrical-coordinate representation of color #875A9C: hue angle of 280.91º degrees, saturation: 0.27, 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 #875A9C is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 90 156 -
CMYK 0.13 0.42 0 0.39
HSL 280.91º 0.27% 0.48% -
HSV(B) 280.91º 0.42% 0.61% -
XYZ 19.65 14.86 33.29 -
YUV 110.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 135 90 156 0.13 0.42 0 0.39 280.91 0.27 0.48
Hex 87 5A 9C D 2A 0 27 119 1B 30
Octal 207 132 234 15 52 0 47 431 33 60
Binary 10000111 1011010 10011100 1101 101010 0 100111 100011001 11011 110000

Color Harmonies of #875A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A9C

Black with #875A9C

Text Example


Text Example

White with #875A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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