#8042A0

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

Shades of Studio #8042A0

Tints of Studio #8042A0

Color information

#8042A0 (or 0x8042A0) is unknown color: approx Studio. HEX triplet: 80, 42 and A0. RGB value is (128,66,160). Sum of RGB (Red+Green+Blue) = 128+66+160=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #8042A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042A0 is #7FBD5F. Grayscale: #5E5E5E. Windows color (decimal): -8371552 or 10502784. OLE color: 10502784.

HSL color Cylindrical-coordinate representation of color #8042A0: hue angle of 279.57º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8042A0 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12866160-
CMYK0.200.5900.37
HSL279.57º41.59%44.31%-
HSV(B)279.57º58.75%62.75%-
XYZ17.211.0234.48-
YUV95.25164.54151.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 160 (62.89% from 255) = 45.20%
R=36.16%
G=18.64%
B=45.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128661600.200.5900.37279.5741.5944.31
Hex8042A0143B0251182a2c
Octal20010224024730454305254
Binary10000000100001010100000101001110110100101100011000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8042A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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