#8548AA

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

Shades of Studio #8548AA

Tints of Studio #8548AA

Color information

#8548AA (or 0x8548AA) is unknown color: approx Studio. HEX triplet: 85, 48 and AA. RGB value is (133,72,170). Sum of RGB (Red+Green+Blue) = 133+72+170=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #8548AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8548AA is #7AB755. Grayscale: #656565. Windows color (decimal): -8042326 or 11159685. OLE color: 11159685.

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

Color convert

RGB13372170-
CMYK0.220.5800.33
HSL277.35º40.5%47.45%-
HSV(B)277.35º57.65%66.67%-
XYZ19.2512.5239.43-
YUV101.41166.71150.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=35.47%
G=19.2%
B=45.33%

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
Decimal133721700.220.5800.33277.3540.547.45
Hex8548AA163A021115282f
Octal20511025226720414255057
Binary10000101100100010101010101101110100100001100010101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8548AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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