#9F5F8C

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

Shades of Strikemaster #9F5F8C

Tints of Strikemaster #9F5F8C

Color information

#9F5F8C (or 0x9F5F8C) is unknown color: approx Strikemaster. HEX triplet: 9F, 5F and 8C. RGB value is (159,95,140). Sum of RGB (Red+Green+Blue) = 159+95+140=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F8C is #60A073. Grayscale: #777777. Windows color (decimal): -6332532 or 9199519. OLE color: 9199519.

HSL color Cylindrical-coordinate representation of color #9F5F8C: hue angle of 317.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F8C is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15995140-
CMYK00.400.120.38
HSL317.81º25.2%49.8%-
HSV(B)317.81º40.25%62.35%-
XYZ23.1217.4526.96-
YUV119.27139.7156.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=40.36%
G=24.11%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599514000.400.120.38317.8125.249.8
Hex9F5F8C028C2613e1932
Octal23713721405014464763162
Binary100111111011111100011000101000110010011010011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,140); }

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

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

 a { background-color: rgb(159,95,140); }

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

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

 span { border-color: rgb(159,95,140); }

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