Html Css Color HEX #856E95 Ce Soir

📋 copy color: '#856E95'

red 133 ◦ green 110 ◦ blue 149

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

Shades of Ce Soir #856E95

Tints of Ce Soir #856E95

RGB

 RED value IS 133 (52.34% from 255) = 33.93%

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 33.93%
G = 28.06%
B = 38.01%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#856E95 (or 0x856E95) is known color: Ce Soir. HEX triplet: 85, 6E and 95. RGB value is (133,110,149). Sum of RGB (Red+Green+Blue) = 133+110+149=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #856E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E95 is #7A916A. Grayscale: #797979. Windows color (decimal): -8032619 or 9793157. OLE color: 9793157.

HSL color Cylindrical-coordinate representation of color #856E95: hue angle of 275.38º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856E95 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 110 149 -
CMYK 0.11 0.26 0 0.42
HSL 275.38º 0.16% 0.51% -
HSV(B) 275.38º 0.26% 0.58% -
XYZ 20.67 18.31 30.88 -
YUV 121.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 133 110 149 0.11 0.26 0 0.42 275.38 0.16 0.51
Hex 85 6E 95 B 1A 0 2A 113 10 33
Octal 205 156 225 13 32 0 52 423 20 63
Binary 10000101 1101110 10010101 1011 11010 0 101010 100010011 10000 110011

Color Harmonies of #856E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E95

Black with #856E95

Text Example


Text Example

White with #856E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856E95; }

 p { color: rgb(133,110,149); }

 H1.HeaderClassName
 {
   color: #856E95;
 }
 .AnyTagClassName
 {
   color: #856E95;
 }
</style>

background-color css

<style>
 a { background-color: #856E95; }

 a { background-color: rgb(133,110,149); }

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

border-color css

<style>
 span { border-color: #856E95; }

 span { border-color: rgb(133,110,149); }

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