Html Css Color HEX #875C9D Ce Soir

📋 copy color: '#875C9D'

red 135 ◦ green 92 ◦ blue 157

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

Shades of Ce Soir #875C9D

Tints of Ce Soir #875C9D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 35.16%
G = 23.96%
B = 40.89%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#875C9D (or 0x875C9D) is known color: Ce Soir. HEX triplet: 87, 5C and 9D. RGB value is (135,92,157). Sum of RGB (Red+Green+Blue) = 135+92+157=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #875C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C9D is #78A362. Grayscale: #707070. Windows color (decimal): -7906147 or 10312839. OLE color: 10312839.

HSL color Cylindrical-coordinate representation of color #875C9D: hue angle of 279.69º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875C9D is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 92 157 -
CMYK 0.14 0.41 0 0.38
HSL 279.69º 0.26% 0.49% -
HSV(B) 279.69º 0.41% 0.62% -
XYZ 19.9 15.24 33.79 -
YUV 112.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 135 92 157 0.14 0.41 0 0.38 279.69 0.26 0.49
Hex 87 5C 9D E 29 0 26 118 1A 31
Octal 207 134 235 16 51 0 46 430 32 61
Binary 10000111 1011100 10011101 1110 101001 0 100110 100011000 11010 110001

Color Harmonies of #875C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C9D

Black with #875C9D

Text Example


Text Example

White with #875C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,92,157); }

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

background-color css

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

 a { background-color: rgb(135,92,157); }

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

border-color css

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

 span { border-color: rgb(135,92,157); }

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