#9A548A

Color #9A548A Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #9A548A

Tints of Strikemaster #9A548A

Color information

#9A548A (or 0x9A548A) is unknown color: approx Strikemaster. HEX triplet: 9A, 54 and 8A. RGB value is (154,84,138). Sum of RGB (Red+Green+Blue) = 154+84+138=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A548A is #65AB75. Grayscale: #6E6E6E. Windows color (decimal): -6663030 or 9065626. OLE color: 9065626.

HSL color Cylindrical-coordinate representation of color #9A548A: hue angle of 313.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A548A is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB15484138-
CMYK00.450.100.40
HSL313.71º29.41%46.67%-
HSV(B)313.71º45.45%60.39%-
XYZ21.0815.0525.84-
YUV111.09143.19158.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.96%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=40.96%
G=22.34%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548413800.450.100.40313.7129.4146.67
Hex9A548A02DA2813a1d2f
Octal23212421205512504723557
Binary100110101010100100010100101101101010100010011101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A548A; }

 p { color: rgb(154,84,138); }

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

<style>
 a { background-color: #9A548A; }

 a { background-color: rgb(154,84,138); }

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

<style>
 span { border-color: #9A548A; }

 span { border-color: rgb(154,84,138); }

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