#9F5C84

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

Shades of Strikemaster #9F5C84

Tints of Strikemaster #9F5C84

Color information

#9F5C84 (or 0x9F5C84) is unknown color: approx Strikemaster. HEX triplet: 9F, 5C and 84. RGB value is (159,92,132). Sum of RGB (Red+Green+Blue) = 159+92+132=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5C84 is #60A37B. Grayscale: #747474. Windows color (decimal): -6333308 or 8674463. OLE color: 8674463.

HSL color Cylindrical-coordinate representation of color #9F5C84: hue angle of 324.18º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5C84 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB15992132-
CMYK00.420.170.38
HSL324.18º26.69%49.22%-
HSV(B)324.18º42.14%62.35%-
XYZ22.2916.6923.88-
YUV116.59136.7158.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=41.51%
G=24.02%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599213200.420.170.38324.1826.6949.22
Hex9F5C8402A11261441b31
Octal23713420405221465043361
Binary1001111110111001000010001010101000110011010100010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,92,132); }

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

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

 a { background-color: rgb(159,92,132); }

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

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

 span { border-color: rgb(159,92,132); }

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