#8547AA

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

Shades of Studio #8547AA

Tints of Studio #8547AA

Color information

#8547AA (or 0x8547AA) is unknown color: approx Studio. HEX triplet: 85, 47 and AA. RGB value is (133,71,170). Sum of RGB (Red+Green+Blue) = 133+71+170=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #8547AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8547AA is #7AB855. Grayscale: #646464. Windows color (decimal): -8042582 or 11159429. OLE color: 11159429.

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

Color convert

RGB13371170-
CMYK0.220.5800.33
HSL277.58º41.08%47.25%-
HSV(B)277.58º58.24%66.67%-
XYZ19.1812.439.41-
YUV100.82167.04150.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=35.56%
G=18.98%
B=45.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133711700.220.5800.33277.5841.0847.25
Hex8547AA163A021116292f
Octal20510725226720414265157
Binary10000101100011110101010101101110100100001100010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8547AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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