#8046A9

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

Shades of Studio #8046A9

Tints of Studio #8046A9

Color information

#8046A9 (or 0x8046A9) is unknown color: approx Studio. HEX triplet: 80, 46 and A9. RGB value is (128,70,169). Sum of RGB (Red+Green+Blue) = 128+70+169=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #8046A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8046A9 is #7FB956. Grayscale: #626262. Windows color (decimal): -8370519 or 11093632. OLE color: 11093632.

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

Color convert

RGB12870169-
CMYK0.240.5900.34
HSL275.15º41.42%46.86%-
HSV(B)275.15º58.58%66.27%-
XYZ18.2511.8338.86-
YUV98.63167.72148.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 169 (66.41% from 255) = 46.05%
R=34.88%
G=19.07%
B=46.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128701690.240.5900.34275.1541.4246.86
Hex8046A9183B022113292f
Octal20010625130730424235157
Binary10000000100011010101001110001110110100010100010011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8046A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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