Html Css Color HEX #856496 Ce Soir

📋 copy color: '#856496'

red 133 ◦ green 100 ◦ blue 150

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

Shades of Ce Soir #856496

Tints of Ce Soir #856496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

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

R = 34.73%
G = 26.11%
B = 39.16%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#856496 (or 0x856496) is known color: Ce Soir. HEX triplet: 85, 64 and 96. RGB value is (133,100,150). Sum of RGB (Red+Green+Blue) = 133+100+150=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #856496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856496 is #7A9B69. Grayscale: #737373. Windows color (decimal): -8035178 or 9856133. OLE color: 9856133.

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

Color convert

RGB 133 100 150 -
CMYK 0.11 0.33 0 0.41
HSL 279.6º 0.2% 0.49% -
HSV(B) 279.6º 0.33% 0.59% -
XYZ 19.74 16.3 30.96 -
YUV 115.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 133 100 150 0.11 0.33 0 0.41 279.6 0.2 0.49
Hex 85 64 96 B 21 0 29 118 14 31
Octal 205 144 226 13 41 0 51 430 24 61
Binary 10000101 1100100 10010110 1011 100001 0 101001 100011000 10100 110001

Color Harmonies of #856496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856496

Black with #856496

Text Example


Text Example

White with #856496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856496; }

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

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

background-color css

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

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

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

border-color css

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

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

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