#8548A9

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

Shades of Studio #8548A9

Tints of Studio #8548A9

Color information

#8548A9 (or 0x8548A9) is unknown color: approx Studio. HEX triplet: 85, 48 and A9. RGB value is (133,72,169). Sum of RGB (Red+Green+Blue) = 133+72+169=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 169 - color contains mainly: blue. Hex color #8548A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8548A9 is #7AB756. Grayscale: #646464. Windows color (decimal): -8042327 or 11094149. OLE color: 11094149.

HSL color Cylindrical-coordinate representation of color #8548A9: hue angle of 277.73º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8548A9 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13372169-
CMYK0.210.5700.34
HSL277.73º40.25%47.25%-
HSV(B)277.73º57.4%66.27%-
XYZ19.1512.4938.94-
YUV101.3166.21150.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=35.56%
G=19.25%
B=45.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133721690.210.5700.34277.7340.2547.25
Hex8548A91539022116282f
Octal20511025125710424265057
Binary10000101100100010101001101011110010100010100010110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8548A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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