#805899

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

Shades of Studio #805899

Tints of Studio #805899

Color information

#805899 (or 0x805899) is unknown color: approx Studio. HEX triplet: 80, 58 and 99. RGB value is (128,88,153). Sum of RGB (Red+Green+Blue) = 128+88+153=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #805899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805899 is #7FA766. Grayscale: #6B6B6B. Windows color (decimal): -8365927 or 10049664. OLE color: 10049664.

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

Color convert

RGB12888153-
CMYK0.160.4200.4
HSL276.92º26.97%47.25%-
HSV(B)276.92º42.48%60%-
XYZ18.1413.8731.86-
YUV107.37153.75142.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=34.69%
G=23.85%
B=41.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128881530.160.4200.4276.9226.9747.25
Hex805899102A0281151b2f
Octal20013023120520504253357
Binary1000000010110001001100110000101010010100010001010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805899; }

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

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

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

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

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

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

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

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