Html Css Color HEX #856995 Ce Soir

📋 copy color: '#856995'

red 133 ◦ green 105 ◦ blue 149

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

Shades of Ce Soir #856995

Tints of Ce Soir #856995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

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

R = 34.37%
G = 27.13%
B = 38.5%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#856995 (or 0x856995) is known color: Ce Soir. HEX triplet: 85, 69 and 95. RGB value is (133,105,149). Sum of RGB (Red+Green+Blue) = 133+105+149=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #856995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856995 is #7A966A. Grayscale: #767676. Windows color (decimal): -8033899 or 9791877. OLE color: 9791877.

HSL color Cylindrical-coordinate representation of color #856995: hue angle of 278.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #856995 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 105 149 -
CMYK 0.11 0.30 0 0.42
HSL 278.18º 0.17% 0.5% -
HSV(B) 278.18º 0.3% 0.58% -
XYZ 20.15 17.26 30.7 -
YUV 118.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 133 105 149 0.11 0.30 0 0.42 278.18 0.17 0.5
Hex 85 69 95 B 1E 0 2A 116 11 32
Octal 205 151 225 13 36 0 52 426 21 62
Binary 10000101 1101001 10010101 1011 11110 0 101010 100010110 10001 110010

Color Harmonies of #856995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856995

Black with #856995

Text Example


Text Example

White with #856995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856995; }

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

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

background-color css

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

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

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

border-color css

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

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

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