Html Css Color HEX #80529E Studio

📋 copy color: '#80529E'

red 128 ◦ green 82 ◦ blue 158

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

Shades of Studio #80529E

Tints of Studio #80529E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.28%

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

R = 34.78%
G = 22.28%
B = 42.93%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80529E (or 0x80529E) is known color: Studio. HEX triplet: 80, 52 and 9E. RGB value is (128,82,158). Sum of RGB (Red+Green+Blue) = 128+82+158=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #80529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80529E is #7FAD61. Grayscale: #686868. Windows color (decimal): -8367458 or 10375808. OLE color: 10375808.

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

Color convert

RGB 128 82 158 -
CMYK 0.19 0.48 0 0.38
HSL 276.32º 0.32% 0.47% -
HSV(B) 276.32º 0.48% 0.62% -
XYZ 18.09 13.09 33.92 -
YUV 104.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 128 82 158 0.19 0.48 0 0.38 276.32 0.32 0.47
Hex 80 52 9E 13 30 0 26 114 20 2F
Octal 200 122 236 23 60 0 46 424 40 57
Binary 10000000 1010010 10011110 10011 110000 0 100110 100010100 100000 101111

Color Harmonies of #80529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80529E

Black with #80529E

Text Example


Text Example

White with #80529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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