Html Css Color HEX #80519E Studio

📋 copy color: '#80519E'

red 128 ◦ green 81 ◦ blue 158

#80519E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #80519E

Tints of Studio #80519E

RGB

 RED value IS 128 (50.39% from 255) = 34.88%

 GREEN value IS 81 (32.03% from 255) = 22.07%

 BLUE value IS 158 (62.11% from 255) = 43.05%

R = 34.88%
G = 22.07%
B = 43.05%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80519E (or 0x80519E) is known color: Studio. HEX triplet: 80, 51 and 9E. RGB value is (128,81,158). Sum of RGB (Red+Green+Blue) = 128+81+158=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #80519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80519E is #7FAE61. Grayscale: #676767. Windows color (decimal): -8367714 or 10375552. OLE color: 10375552.

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

Color convert

RGB 128 81 158 -
CMYK 0.19 0.49 0 0.38
HSL 276.62º 0.32% 0.47% -
HSV(B) 276.62º 0.49% 0.62% -
XYZ 18.02 12.94 33.9 -
YUV 103.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 128 81 158 0.19 0.49 0 0.38 276.62 0.32 0.47
Hex 80 51 9E 13 31 0 26 115 20 2F
Octal 200 121 236 23 61 0 46 425 40 57
Binary 10000000 1010001 10011110 10011 110001 0 100110 100010101 100000 101111

Color Harmonies of #80519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80519E

Black with #80519E

Text Example


Text Example

White with #80519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80519E;
 }
 .AnyTagClassName
 {
   color: #80519E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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