Html Css Color HEX #856299 Ce Soir

📋 copy color: '#856299'

red 133 ◦ green 98 ◦ blue 153

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

Shades of Ce Soir #856299

Tints of Ce Soir #856299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.52%

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

R = 34.64%
G = 25.52%
B = 39.84%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#856299 (or 0x856299) is known color: Ce Soir. HEX triplet: 85, 62 and 99. RGB value is (133,98,153). Sum of RGB (Red+Green+Blue) = 133+98+153=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #856299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856299 is #7A9D66. Grayscale: #727272. Windows color (decimal): -8035687 or 10052229. OLE color: 10052229.

HSL color Cylindrical-coordinate representation of color #856299: hue angle of 278.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856299 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 98 153 -
CMYK 0.13 0.36 0 0.4
HSL 278.18º 0.22% 0.49% -
HSV(B) 278.18º 0.36% 0.6% -
XYZ 19.79 16.02 32.19 -
YUV 114.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 133 98 153 0.13 0.36 0 0.4 278.18 0.22 0.49
Hex 85 62 99 D 24 0 28 116 16 31
Octal 205 142 231 15 44 0 50 426 26 61
Binary 10000101 1100010 10011001 1101 100100 0 101000 100010110 10110 110001

Color Harmonies of #856299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856299

Black with #856299

Text Example


Text Example

White with #856299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856299; }

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

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

background-color css

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

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

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

border-color css

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

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

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