#80519C

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

Shades of Studio #80519C

Tints of Studio #80519C

Color information

#80519C (or 0x80519C) is unknown color: approx Studio. HEX triplet: 80, 51 and 9C. RGB value is (128,81,156). Sum of RGB (Red+Green+Blue) = 128+81+156=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #80519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80519C is #7FAE63. Grayscale: #676767. Windows color (decimal): -8367716 or 10244480. OLE color: 10244480.

HSL color Cylindrical-coordinate representation of color #80519C: hue angle of 277.6º 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 #80519C is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12881156-
CMYK0.180.4800.39
HSL277.6º31.65%46.47%-
HSV(B)277.6º48.08%61.18%-
XYZ17.8512.8733-
YUV103.6157.57145.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=35.07%
G=22.19%
B=42.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128811560.180.4800.39277.631.6546.47
Hex80519C1230027116202e
Octal20012123422600474264056
Binary10000000101000110011100100101100000100111100010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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