#80539A

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

Shades of Studio #80539A

Tints of Studio #80539A

Color information

#80539A (or 0x80539A) is unknown color: approx Studio. HEX triplet: 80, 53 and 9A. RGB value is (128,83,154). Sum of RGB (Red+Green+Blue) = 128+83+154=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #80539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80539A is #7FAC65. Grayscale: #686868. Windows color (decimal): -8367206 or 10113920. OLE color: 10113920.

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

Color convert

RGB12883154-
CMYK0.170.4600.40
HSL278.03º29.96%46.47%-
HSV(B)278.03º46.1%60.39%-
XYZ17.8313.1132.16-
YUV104.55155.91144.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=35.07%
G=22.74%
B=42.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128831540.170.4600.40278.0329.9646.47
Hex80539A112E0281161e2e
Octal20012323221560504263656
Binary1000000010100111001101010001101110010100010001011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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