#9E537D

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

Shades of Strikemaster #9E537D

Tints of Strikemaster #9E537D

Color information

#9E537D (or 0x9E537D) is unknown color: approx Strikemaster. HEX triplet: 9E, 53 and 7D. RGB value is (158,83,125). Sum of RGB (Red+Green+Blue) = 158+83+125=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E537D is #61AC82. Grayscale: #6E6E6E. Windows color (decimal): -6401155 or 8213406. OLE color: 8213406.

HSL color Cylindrical-coordinate representation of color #9E537D: hue angle of 326.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E537D is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB15883125-
CMYK00.470.210.38
HSL326.4º31.12%47.25%-
HSV(B)326.4º47.47%61.96%-
XYZ20.914.9421.18-
YUV110.21136.35162.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=43.17%
G=22.68%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588312500.470.210.38326.431.1247.25
Hex9E537D02F15261461f2f
Octal23612317505725465063757
Binary100111101010011111110101011111010110011010100011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,125); }

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

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

 a { background-color: rgb(158,83,125); }

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

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

 span { border-color: rgb(158,83,125); }

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