Html Css Color HEX #80519C Studio

📋 copy color: '#80519C'

red 128 ◦ green 81 ◦ blue 156

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

Shades of Studio #80519C

Tints of Studio #80519C

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 value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80519C (or 0x80519C) is known color: 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

RGB 128 81 156 -
CMYK 0.18 0.48 0 0.39
HSL 277.6º 0.32% 0.46% -
HSV(B) 277.6º 0.48% 0.61% -
XYZ 17.85 12.87 33 -
YUV 103.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 128 81 156 0.18 0.48 0 0.39 277.6 0.32 0.46
Hex 80 51 9C 12 30 0 27 116 20 2E
Octal 200 121 234 22 60 0 47 426 40 56
Binary 10000000 1010001 10011100 10010 110000 0 100111 100010110 100000 101110

Color Harmonies of #80519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80519C

Black with #80519C

Text Example


Text Example

White with #80519C

Text Example


Text Example

HTML Codes & Css Web 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>