#8556AA

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

Shades of Studio #8556AA

Tints of Studio #8556AA

Color information

#8556AA (or 0x8556AA) is unknown color: approx Studio. HEX triplet: 85, 56 and AA. RGB value is (133,86,170). Sum of RGB (Red+Green+Blue) = 133+86+170=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #8556AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8556AA is #7AA955. Grayscale: #6D6D6D. Windows color (decimal): -8038742 or 11163269. OLE color: 11163269.

HSL color Cylindrical-coordinate representation of color #8556AA: hue angle of 273.57º 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 #8556AA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13386170-
CMYK0.220.4900.33
HSL273.57º33.07%50.2%-
HSV(B)273.57º49.41%66.67%-
XYZ20.2614.5439.77-
YUV109.63162.07144.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=34.19%
G=22.11%
B=43.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133861700.220.4900.33273.5733.0750.2
Hex8556AA16310211122132
Octal20512625226610414224162
Binary10000101101011010101010101101100010100001100010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8556AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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