#8056AA

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

Shades of Studio #8056AA

Tints of Studio #8056AA

Color information

#8056AA (or 0x8056AA) is unknown color: approx Studio. HEX triplet: 80, 56 and AA. RGB value is (128,86,170). Sum of RGB (Red+Green+Blue) = 128+86+170=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #8056AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8056AA is #7FA955. Grayscale: #6B6B6B. Windows color (decimal): -8366422 or 11163264. OLE color: 11163264.

HSL color Cylindrical-coordinate representation of color #8056AA: hue angle of 270º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8056AA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12886170-
CMYK0.250.4900.33
HSL270º33.07%50.2%-
HSV(B)270º49.41%66.67%-
XYZ19.4914.1539.73-
YUV108.13162.91142.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=33.33%
G=22.40%
B=44.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128861700.250.4900.3327033.0750.2
Hex8056AA193102110e2132
Octal20012625231610414164162
Binary10000000101011010101010110011100010100001100001110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8056AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8056AA; }

 p { color: rgb(128,86,170); }

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

<style>
 a { background-color: #8056AA; }

 a { background-color: rgb(128,86,170); }

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

<style>
 span { border-color: #8056AA; }

 span { border-color: rgb(128,86,170); }

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