#9F5486

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

Shades of Strikemaster #9F5486

Tints of Strikemaster #9F5486

Color information

#9F5486 (or 0x9F5486) is unknown color: approx Strikemaster. HEX triplet: 9F, 54 and 86. RGB value is (159,84,134). Sum of RGB (Red+Green+Blue) = 159+84+134=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5486 is #60AB79. Grayscale: #6F6F6F. Windows color (decimal): -6335354 or 8803487. OLE color: 8803487.

HSL color Cylindrical-coordinate representation of color #9F5486: hue angle of 320º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5486 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15984134-
CMYK00.470.160.38
HSL320º30.86%47.65%-
HSV(B)320º47.17%62.35%-
XYZ21.7715.4324.39-
YUV112.12140.35161.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=42.18%
G=22.28%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598413400.470.160.3832030.8647.65
Hex9F548602F10261401f30
Octal23712420605720465003760
Binary1001111110101001000011001011111000010011010100000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,84,134); }

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

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

 a { background-color: rgb(159,84,134); }

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

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

 span { border-color: rgb(159,84,134); }

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