Html Css Color HEX #856F99 Ce Soir

📋 copy color: '#856F99'

red 133 ◦ green 111 ◦ blue 153

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

Shades of Ce Soir #856F99

Tints of Ce Soir #856F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 33.5%
G = 27.96%
B = 38.54%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#856F99 (or 0x856F99) is known color: Ce Soir. HEX triplet: 85, 6F and 99. RGB value is (133,111,153). Sum of RGB (Red+Green+Blue) = 133+111+153=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #856F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F99 is #7A9066. Grayscale: #7A7A7A. Windows color (decimal): -8032359 or 10055557. OLE color: 10055557.

HSL color Cylindrical-coordinate representation of color #856F99: hue angle of 271.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856F99 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 111 153 -
CMYK 0.13 0.27 0 0.4
HSL 271.43º 0.17% 0.52% -
HSV(B) 271.43º 0.27% 0.6% -
XYZ 21.11 18.66 32.63 -
YUV 122.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 133 111 153 0.13 0.27 0 0.4 271.43 0.17 0.52
Hex 85 6F 99 D 1B 0 28 10F 11 34
Octal 205 157 231 15 33 0 50 417 21 64
Binary 10000101 1101111 10011001 1101 11011 0 101000 100001111 10001 110100

Color Harmonies of #856F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F99

Black with #856F99

Text Example


Text Example

White with #856F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,153); }

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

background-color css

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

 a { background-color: rgb(133,111,153); }

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

border-color css

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

 span { border-color: rgb(133,111,153); }

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