#8042A9

Color #8042A9 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8042A9

Tints of Studio #8042A9

Color information

#8042A9 (or 0x8042A9) is unknown color: approx Studio. HEX triplet: 80, 42 and A9. RGB value is (128,66,169). Sum of RGB (Red+Green+Blue) = 128+66+169=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #8042A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042A9 is #7FBD56. Grayscale: #5F5F5F. Windows color (decimal): -8371543 or 11092608. OLE color: 11092608.

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

Color convert

RGB12866169-
CMYK0.240.6100.34
HSL276.12º43.83%46.08%-
HSV(B)276.12º60.95%66.27%-
XYZ18.0111.3538.78-
YUV96.28169.04150.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=35.26%
G=18.18%
B=46.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128661690.240.6100.34276.1243.8346.08
Hex8042A9183D0221142c2e
Octal20010225130750424245456
Binary10000000100001010101001110001111010100010100010100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8042A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8042A9;
 }
 .AnyTagClassName
 {
   color: #8042A9;
 }
</style>
background-color css

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

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

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

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

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

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