#80509E

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

Shades of Studio #80509E

Tints of Studio #80509E

Color information

#80509E (or 0x80509E) is unknown color: approx Studio. HEX triplet: 80, 50 and 9E. RGB value is (128,80,158). Sum of RGB (Red+Green+Blue) = 128+80+158=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #80509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80509E is #7FAF61. Grayscale: #666666. Windows color (decimal): -8367970 or 10375296. OLE color: 10375296.

HSL color Cylindrical-coordinate representation of color #80509E: hue angle of 276.92º degrees, saturation: 0.33, 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 #80509E is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12880158-
CMYK0.190.4900.38
HSL276.92º32.77%46.67%-
HSV(B)276.92º49.37%61.96%-
XYZ17.9412.833.87-
YUV103.24158.9145.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=34.97%
G=21.86%
B=43.17%

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
Decimal128801580.190.4900.38276.9232.7746.67
Hex80509E1331026115212f
Octal20012023623610464254157
Binary10000000101000010011110100111100010100110100010101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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