#9F5E8D

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

Shades of Strikemaster #9F5E8D

Tints of Strikemaster #9F5E8D

Color information

#9F5E8D (or 0x9F5E8D) is unknown color: approx Strikemaster. HEX triplet: 9F, 5E and 8D. RGB value is (159,94,141). Sum of RGB (Red+Green+Blue) = 159+94+141=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E8D is #60A172. Grayscale: #767676. Windows color (decimal): -6332787 or 9264799. OLE color: 9264799.

HSL color Cylindrical-coordinate representation of color #9F5E8D: hue angle of 316.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E8D is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15994141-
CMYK00.410.110.38
HSL316.62º25.69%49.61%-
HSV(B)316.62º40.88%62.35%-
XYZ23.1117.327.32-
YUV118.79140.53156.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=40.36%
G=23.86%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599414100.410.110.38316.6225.6949.61
Hex9F5E8D029B2613d1a32
Octal23713621505113464753262
Binary100111111011110100011010101001101110011010011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,94,141); }

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

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

 a { background-color: rgb(159,94,141); }

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

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

 span { border-color: rgb(159,94,141); }

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