Html Css Color HEX #856992 Ce Soir

📋 copy color: '#856992'

red 133 ◦ green 105 ◦ blue 146

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

Shades of Ce Soir #856992

Tints of Ce Soir #856992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 34.64%
G = 27.34%
B = 38.02%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#856992 (or 0x856992) is known color: Ce Soir. HEX triplet: 85, 69 and 92. RGB value is (133,105,146). Sum of RGB (Red+Green+Blue) = 133+105+146=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #856992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856992 is #7A966D. Grayscale: #757575. Windows color (decimal): -8033902 or 9595269. OLE color: 9595269.

HSL color Cylindrical-coordinate representation of color #856992: hue angle of 280.98º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856992 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 105 146 -
CMYK 0.09 0.28 0 0.43
HSL 280.98º 0.16% 0.49% -
HSV(B) 280.98º 0.28% 0.57% -
XYZ 19.91 17.17 29.46 -
YUV 118.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 133 105 146 0.09 0.28 0 0.43 280.98 0.16 0.49
Hex 85 69 92 9 1C 0 2B 119 10 31
Octal 205 151 222 11 34 0 53 431 20 61
Binary 10000101 1101001 10010010 1001 11100 0 101011 100011001 10000 110001

Color Harmonies of #856992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856992

Black with #856992

Text Example


Text Example

White with #856992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856992; }

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

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

background-color css

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

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

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

border-color css

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

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

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