#9E7586

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

Shades of Strikemaster #9E7586

Tints of Strikemaster #9E7586

Color information

#9E7586 (or 0x9E7586) is unknown color: approx Strikemaster. HEX triplet: 9E, 75 and 86. RGB value is (158,117,134). Sum of RGB (Red+Green+Blue) = 158+117+134=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7586 is #618A79. Grayscale: #838383. Windows color (decimal): -6392442 or 8811934. OLE color: 8811934.

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

Color convert

RGB158117134-
CMYK00.260.150.38
HSL335.12º17.45%53.92%-
HSV(B)335.12º25.95%61.96%-
XYZ24.7621.7125.44-
YUV131.2129.58147.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.63%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=38.63%
G=28.61%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811713400.260.150.38335.1217.4553.92
Hex9E758601AF2614f1136
Octal23616520603217465172166
Binary10011110111010110000110011010111110011010100111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,117,134); }

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

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

 a { background-color: rgb(158,117,134); }

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

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

 span { border-color: rgb(158,117,134); }

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