#9F5E8B

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

Shades of Strikemaster #9F5E8B

Tints of Strikemaster #9F5E8B

Color information

#9F5E8B (or 0x9F5E8B) is unknown color: approx Strikemaster. HEX triplet: 9F, 5E and 8B. RGB value is (159,94,139). Sum of RGB (Red+Green+Blue) = 159+94+139=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E8B is #60A174. Grayscale: #767676. Windows color (decimal): -6332789 or 9133727. OLE color: 9133727.

HSL color Cylindrical-coordinate representation of color #9F5E8B: hue angle of 318.46º 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 #9F5E8B is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15994139-
CMYK00.410.130.38
HSL318.46º25.69%49.61%-
HSV(B)318.46º40.88%62.35%-
XYZ22.9617.2426.54-
YUV118.56139.53156.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=40.56%
G=23.98%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599413900.410.130.38318.4625.6949.61
Hex9F5E8B029D2613e1a32
Octal23713621305115464763262
Binary100111111011110100010110101001110110011010011111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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