#8559AA

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

Shades of Studio #8559AA

Tints of Studio #8559AA

Color information

#8559AA (or 0x8559AA) is unknown color: approx Studio. HEX triplet: 85, 59 and AA. RGB value is (133,89,170). Sum of RGB (Red+Green+Blue) = 133+89+170=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #8559AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8559AA is #7AA655. Grayscale: #6F6F6F. Windows color (decimal): -8037974 or 11164037. OLE color: 11164037.

HSL color Cylindrical-coordinate representation of color #8559AA: hue angle of 272.59º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8559AA is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13389170-
CMYK0.220.4800.33
HSL272.59º32.27%50.78%-
HSV(B)272.59º47.65%66.67%-
XYZ20.515.0339.85-
YUV111.39161.08143.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=33.93%
G=22.70%
B=43.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133891700.220.4800.33272.5932.2750.78
Hex8559AA16300211112033
Octal20513125226600414214063
Binary10000101101100110101010101101100000100001100010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8559AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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