#806099

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

Shades of Studio #806099

Tints of Studio #806099

Color information

#806099 (or 0x806099) is unknown color: approx Studio. HEX triplet: 80, 60 and 99. RGB value is (128,96,153). Sum of RGB (Red+Green+Blue) = 128+96+153=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #806099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806099 is #7F9F66. Grayscale: #6F6F6F. Windows color (decimal): -8363879 or 10051712. OLE color: 10051712.

HSL color Cylindrical-coordinate representation of color #806099: hue angle of 273.68º degrees, saturation: 0.23, 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 #806099 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12896153-
CMYK0.160.3700.4
HSL273.68º22.89%48.82%-
HSV(B)273.68º37.25%60%-
XYZ18.8315.2532.09-
YUV112.07151.1139.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=33.95%
G=25.46%
B=40.58%

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
Decimal128961530.160.3700.4273.6822.8948.82
Hex80609910250281121731
Octal20014023120450504222761
Binary1000000011000001001100110000100101010100010001001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806099; }

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

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

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

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

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

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

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

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