#806199

Color #806199 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #806199

Tints of Ce Soir #806199

Color information

#806199 (or 0x806199) is unknown color: approx Ce Soir. HEX triplet: 80, 61 and 99. RGB value is (128,97,153). Sum of RGB (Red+Green+Blue) = 128+97+153=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #806199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806199 is #7F9E66. Grayscale: #707070. Windows color (decimal): -8363623 or 10051968. OLE color: 10051968.

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

Color convert

RGB12897153-
CMYK0.160.3700.4
HSL273.21º22.4%49.02%-
HSV(B)273.21º36.6%60%-
XYZ18.9315.4432.12-
YUV112.65150.77138.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=33.86%
G=25.66%
B=40.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128971530.160.3700.4273.2122.449.02
Hex80619910250281111631
Octal20014123120450504212661
Binary1000000011000011001100110000100101010100010001000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806199; }

 p { color: rgb(128,97,153); }

 H1.HeaderClassName
 {
   color: #806199;
 }
 .AnyTagClassName
 {
   color: #806199;
 }
</style>
background-color css

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

 a { background-color: rgb(128,97,153); }

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

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

 span { border-color: rgb(128,97,153); }

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