Html Css Color HEX #856196 Ce Soir

📋 copy color: '#856196'

red 133 ◦ green 97 ◦ blue 150

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

Shades of Ce Soir #856196

Tints of Ce Soir #856196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 35%
G = 25.53%
B = 39.47%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#856196 (or 0x856196) is known color: Ce Soir. HEX triplet: 85, 61 and 96. RGB value is (133,97,150). Sum of RGB (Red+Green+Blue) = 133+97+150=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #856196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856196 is #7A9E69. Grayscale: #717171. Windows color (decimal): -8035946 or 9855365. OLE color: 9855365.

HSL color Cylindrical-coordinate representation of color #856196: hue angle of 280.75º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856196 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 97 150 -
CMYK 0.11 0.35 0 0.41
HSL 280.75º 0.21% 0.48% -
HSV(B) 280.75º 0.35% 0.59% -
XYZ 19.45 15.74 30.87 -
YUV 113.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 133 97 150 0.11 0.35 0 0.41 280.75 0.21 0.48
Hex 85 61 96 B 23 0 29 119 15 30
Octal 205 141 226 13 43 0 51 431 25 60
Binary 10000101 1100001 10010110 1011 100011 0 101001 100011001 10101 110000

Color Harmonies of #856196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856196

Black with #856196

Text Example


Text Example

White with #856196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856196; }

 p { color: rgb(133,97,150); }

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

background-color css

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

 a { background-color: rgb(133,97,150); }

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

border-color css

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

 span { border-color: rgb(133,97,150); }

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