Html Css Color HEX #875CAC Ce Soir

📋 copy color: '#875CAC'

red 135 ◦ green 92 ◦ blue 172

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

Shades of Ce Soir #875CAC

Tints of Ce Soir #875CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 33.83%
G = 23.06%
B = 43.11%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#875CAC (or 0x875CAC) is known color: Ce Soir. HEX triplet: 87, 5C and AC. RGB value is (135,92,172). Sum of RGB (Red+Green+Blue) = 135+92+172=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #875CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875CAC is #78A353. Grayscale: #717171. Windows color (decimal): -7906132 or 11295879. OLE color: 11295879.

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

Color convert

RGB 135 92 172 -
CMYK 0.22 0.47 0 0.33
HSL 272.25º 0.33% 0.52% -
HSV(B) 272.25º 0.47% 0.67% -
XYZ 21.27 15.78 40.96 -
YUV 113.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 135 92 172 0.22 0.47 0 0.33 272.25 0.33 0.52
Hex 87 5C AC 16 2F 0 21 110 21 34
Octal 207 134 254 26 57 0 41 420 41 64
Binary 10000111 1011100 10101100 10110 101111 0 100001 100010000 100001 110100

Color Harmonies of #875CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CAC

Black with #875CAC

Text Example


Text Example

White with #875CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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