Html Css Color HEX #80529C Studio

📋 copy color: '#80529C'

red 128 ◦ green 82 ◦ blue 156

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

Shades of Studio #80529C

Tints of Studio #80529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 34.97%
G = 22.4%
B = 42.62%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80529C (or 0x80529C) is known color: Studio. HEX triplet: 80, 52 and 9C. RGB value is (128,82,156). Sum of RGB (Red+Green+Blue) = 128+82+156=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #80529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80529C is #7FAD63. Grayscale: #676767. Windows color (decimal): -8367460 or 10244736. OLE color: 10244736.

HSL color Cylindrical-coordinate representation of color #80529C: hue angle of 277.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80529C is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 82 156 -
CMYK 0.18 0.47 0 0.39
HSL 277.3º 0.31% 0.47% -
HSV(B) 277.3º 0.47% 0.61% -
XYZ 17.92 13.02 33.02 -
YUV 104.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 128 82 156 0.18 0.47 0 0.39 277.3 0.31 0.47
Hex 80 52 9C 12 2F 0 27 115 1F 2F
Octal 200 122 234 22 57 0 47 425 37 57
Binary 10000000 1010010 10011100 10010 101111 0 100111 100010101 11111 101111

Color Harmonies of #80529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80529C

Black with #80529C

Text Example


Text Example

White with #80529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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