Html Css Color HEX #8050A9 Studio

📋 copy color: '#8050A9'

red 128 ◦ green 80 ◦ blue 169

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

Shades of Studio #8050A9

Tints of Studio #8050A9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 33.95%
G = 21.22%
B = 44.83%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8050A9 (or 0x8050A9) is known color: Studio. HEX triplet: 80, 50 and A9. RGB value is (128,80,169). Sum of RGB (Red+Green+Blue) = 128+80+169=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #8050A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8050A9 is #7FAF56. Grayscale: #686868. Windows color (decimal): -8367959 or 11096192. OLE color: 11096192.

HSL color Cylindrical-coordinate representation of color #8050A9: hue angle of 272.36º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8050A9 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 80 169 -
CMYK 0.24 0.53 0 0.34
HSL 272.36º 0.36% 0.49% -
HSV(B) 272.36º 0.53% 0.66% -
XYZ 18.93 13.19 39.08 -
YUV 104.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 128 80 169 0.24 0.53 0 0.34 272.36 0.36 0.49
Hex 80 50 A9 18 35 0 22 110 24 31
Octal 200 120 251 30 65 0 42 420 44 61
Binary 10000000 1010000 10101001 11000 110101 0 100010 100010000 100100 110001

Color Harmonies of #8050A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050A9

Black with #8050A9

Text Example


Text Example

White with #8050A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8050A9; }

 p { color: rgb(128,80,169); }

 H1.HeaderClassName
 {
   color: #8050A9;
 }
 .AnyTagClassName
 {
   color: #8050A9;
 }
</style>

background-color css

<style>
 a { background-color: #8050A9; }

 a { background-color: rgb(128,80,169); }

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

border-color css

<style>
 span { border-color: #8050A9; }

 span { border-color: rgb(128,80,169); }

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