#9A4886

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

Shades of Strikemaster #9A4886

Tints of Strikemaster #9A4886

Color information

#9A4886 (or 0x9A4886) is unknown color: approx Strikemaster. HEX triplet: 9A, 48 and 86. RGB value is (154,72,134). Sum of RGB (Red+Green+Blue) = 154+72+134=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4886 is #65B779. Grayscale: #676767. Windows color (decimal): -6666106 or 8800410. OLE color: 8800410.

HSL color Cylindrical-coordinate representation of color #9A4886: hue angle of 314.63º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4886 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15472134-
CMYK00.530.130.40
HSL314.63º36.28%44.31%-
HSV(B)314.63º53.25%60.39%-
XYZ19.9513.2324.06-
YUV103.59145.17163.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.78%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=42.78%
G=20%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547213400.530.130.40314.6336.2844.31
Hex9A4886035D2813b242c
Octal23211020606515504734454
Binary1001101010010001000011001101011101101000100111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,72,134); }

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

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

 a { background-color: rgb(154,72,134); }

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

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

 span { border-color: rgb(154,72,134); }

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