#80519D

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

Shades of Studio #80519D

Tints of Studio #80519D

Color information

#80519D (or 0x80519D) is unknown color: approx Studio. HEX triplet: 80, 51 and 9D. RGB value is (128,81,157). Sum of RGB (Red+Green+Blue) = 128+81+157=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #80519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80519D is #7FAE62. Grayscale: #676767. Windows color (decimal): -8367715 or 10310016. OLE color: 10310016.

HSL color Cylindrical-coordinate representation of color #80519D: hue angle of 277.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80519D is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12881157-
CMYK0.180.4800.38
HSL277.11º31.93%46.67%-
HSV(B)277.11º48.41%61.57%-
XYZ17.9312.9133.44-
YUV103.72158.07145.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=34.97%
G=22.13%
B=42.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128811570.180.4800.38277.1131.9346.67
Hex80519D1230026115202f
Octal20012123522600464254057
Binary10000000101000110011101100101100000100110100010101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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