#80519E

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

Shades of Studio #80519E

Tints of Studio #80519E

Color information

#80519E (or 0x80519E) is unknown color: approx Studio. HEX triplet: 80, 51 and 9E. RGB value is (128,81,158). Sum of RGB (Red+Green+Blue) = 128+81+158=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #80519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80519E is #7FAE61. Grayscale: #676767. Windows color (decimal): -8367714 or 10375552. OLE color: 10375552.

HSL color Cylindrical-coordinate representation of color #80519E: hue angle of 276.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80519E is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12881158-
CMYK0.190.4900.38
HSL276.62º32.22%46.86%-
HSV(B)276.62º48.73%61.96%-
XYZ18.0212.9433.9-
YUV103.83158.57145.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=34.88%
G=22.07%
B=43.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128811580.190.4900.38276.6232.2246.86
Hex80519E1331026115202f
Octal20012123623610464254057
Binary10000000101000110011110100111100010100110100010101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80519E; }

 p { color: rgb(128,81,158); }

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

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

 a { background-color: rgb(128,81,158); }

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

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

 span { border-color: rgb(128,81,158); }

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