#80509A

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

Shades of Studio #80509A

Tints of Studio #80509A

Color information

#80509A (or 0x80509A) is unknown color: approx Studio. HEX triplet: 80, 50 and 9A. RGB value is (128,80,154). Sum of RGB (Red+Green+Blue) = 128+80+154=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #80509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80509A is #7FAF65. Grayscale: #666666. Windows color (decimal): -8367974 or 10113152. OLE color: 10113152.

HSL color Cylindrical-coordinate representation of color #80509A: hue angle of 278.92º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80509A is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12880154-
CMYK0.170.4800.40
HSL278.92º31.62%45.88%-
HSV(B)278.92º48.05%60.39%-
XYZ17.612.6632.09-
YUV102.79156.9145.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=35.36%
G=22.10%
B=42.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128801540.170.4800.40278.9231.6245.88
Hex80509A1130028117202e
Octal20012023221600504274056
Binary10000000101000010011010100011100000101000100010111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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