#9A4885

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

Shades of Strikemaster #9A4885

Tints of Strikemaster #9A4885

Color information

#9A4885 (or 0x9A4885) is unknown color: approx Strikemaster. HEX triplet: 9A, 48 and 85. RGB value is (154,72,133). Sum of RGB (Red+Green+Blue) = 154+72+133=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4885 is #65B77A. Grayscale: #676767. Windows color (decimal): -6666107 or 8734874. OLE color: 8734874.

HSL color Cylindrical-coordinate representation of color #9A4885: hue angle of 315.37º 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 #9A4885 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15472133-
CMYK00.530.140.40
HSL315.37º36.28%44.31%-
HSV(B)315.37º53.25%60.39%-
XYZ19.8813.223.69-
YUV103.47144.67164.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.90%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=42.90%
G=20.06%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547213300.530.140.40315.3736.2844.31
Hex9A4885035E2813b242c
Octal23211020506516504734454
Binary1001101010010001000010101101011110101000100111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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