#9A4F7C

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

Shades of Strikemaster #9A4F7C

Tints of Strikemaster #9A4F7C

Color information

#9A4F7C (or 0x9A4F7C) is unknown color: approx Strikemaster. HEX triplet: 9A, 4F and 7C. RGB value is (154,79,124). Sum of RGB (Red+Green+Blue) = 154+79+124=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4F7C is #65B083. Grayscale: #6A6A6A. Windows color (decimal): -6664324 or 8146842. OLE color: 8146842.

HSL color Cylindrical-coordinate representation of color #9A4F7C: hue angle of 324º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4F7C is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15479124-
CMYK00.490.190.40
HSL324º32.19%45.69%-
HSV(B)324º48.7%60.39%-
XYZ19.7613.9220.71-
YUV106.56137.85161.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.14%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=43.14%
G=22.13%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547912400.490.190.4032432.1945.69
Hex9A4F7C0311328144202e
Octal23211717406123505044056
Binary1001101010011111111100011000110011101000101000100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,79,124); }

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

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

 a { background-color: rgb(154,79,124); }

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

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

 span { border-color: rgb(154,79,124); }

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