#80509B

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

Shades of Studio #80509B

Tints of Studio #80509B

Color information

#80509B (or 0x80509B) is unknown color: approx Studio. HEX triplet: 80, 50 and 9B. RGB value is (128,80,155). Sum of RGB (Red+Green+Blue) = 128+80+155=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #80509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80509B is #7FAF64. Grayscale: #666666. Windows color (decimal): -8367973 or 10178688. OLE color: 10178688.

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

Color convert

RGB12880155-
CMYK0.170.4800.39
HSL278.4º31.91%46.08%-
HSV(B)278.4º48.39%60.78%-
XYZ17.6912.6932.53-
YUV102.9157.4145.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=35.26%
G=22.04%
B=42.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128801550.170.4800.39278.431.9146.08
Hex80509B1130027116202e
Octal20012023321600474264056
Binary10000000101000010011011100011100000100111100010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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