Html Css Color HEX #80519F Studio

📋 copy color: '#80519F'

red 128 ◦ green 81 ◦ blue 159

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

Shades of Studio #80519F

Tints of Studio #80519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 34.78%
G = 22.01%
B = 43.21%

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

#80519F (or 0x80519F) is known color: Studio. HEX triplet: 80, 51 and 9F. RGB value is (128,81,159). Sum of RGB (Red+Green+Blue) = 128+81+159=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #80519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80519F is #7FAE60. Grayscale: #676767. Windows color (decimal): -8367713 or 10441088. OLE color: 10441088.

HSL color Cylindrical-coordinate representation of color #80519F: hue angle of 276.15º 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 #80519F is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 81 159 -
CMYK 0.19 0.49 0 0.38
HSL 276.15º 0.33% 0.47% -
HSV(B) 276.15º 0.49% 0.62% -
XYZ 18.1 12.98 34.35 -
YUV 103.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 128 81 159 0.19 0.49 0 0.38 276.15 0.33 0.47
Hex 80 51 9F 13 31 0 26 114 20 2F
Octal 200 121 237 23 61 0 46 424 40 57
Binary 10000000 1010001 10011111 10011 110001 0 100110 100010100 100000 101111

Color Harmonies of #80519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80519F

Black with #80519F

Text Example


Text Example

White with #80519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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