Html Css Color HEX #80519B Studio

📋 copy color: '#80519B'

red 128 ◦ green 81 ◦ blue 155

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

Shades of Studio #80519B

Tints of Studio #80519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 35.16%
G = 22.25%
B = 42.58%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80519B (or 0x80519B) is known color: Studio. HEX triplet: 80, 51 and 9B. RGB value is (128,81,155). Sum of RGB (Red+Green+Blue) = 128+81+155=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #80519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80519B is #7FAE64. Grayscale: #676767. Windows color (decimal): -8367717 or 10178944. OLE color: 10178944.

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

Color convert

RGB 128 81 155 -
CMYK 0.17 0.48 0 0.39
HSL 278.11º 0.31% 0.46% -
HSV(B) 278.11º 0.48% 0.61% -
XYZ 17.76 12.84 32.55 -
YUV 103.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 128 81 155 0.17 0.48 0 0.39 278.11 0.31 0.46
Hex 80 51 9B 11 30 0 27 116 1F 2E
Octal 200 121 233 21 60 0 47 426 37 56
Binary 10000000 1010001 10011011 10001 110000 0 100111 100010110 11111 101110

Color Harmonies of #80519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80519B

Black with #80519B

Text Example


Text Example

White with #80519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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