#9A4F85

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

Shades of Strikemaster #9A4F85

Tints of Strikemaster #9A4F85

Color information

#9A4F85 (or 0x9A4F85) is unknown color: approx Strikemaster. HEX triplet: 9A, 4F and 85. RGB value is (154,79,133). Sum of RGB (Red+Green+Blue) = 154+79+133=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4F85 is #65B07A. Grayscale: #6B6B6B. Windows color (decimal): -6664315 or 8736666. OLE color: 8736666.

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

Color convert

RGB15479133-
CMYK00.490.140.40
HSL316.8º32.19%45.69%-
HSV(B)316.8º48.7%60.39%-
XYZ20.3614.1623.85-
YUV107.58142.35161.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.08%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=42.08%
G=21.58%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547913300.490.140.40316.832.1945.69
Hex9A4F85031E2813d202e
Octal23211720506116504754056
Binary1001101010011111000010101100011110101000100111101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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