#9E537E

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

Shades of Strikemaster #9E537E

Tints of Strikemaster #9E537E

Color information

#9E537E (or 0x9E537E) is unknown color: approx Strikemaster. HEX triplet: 9E, 53 and 7E. RGB value is (158,83,126). Sum of RGB (Red+Green+Blue) = 158+83+126=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E537E is #61AC81. Grayscale: #6E6E6E. Windows color (decimal): -6401154 or 8278942. OLE color: 8278942.

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

Color convert

RGB15883126-
CMYK00.470.200.38
HSL325.6º31.12%47.25%-
HSV(B)325.6º47.47%61.96%-
XYZ20.9614.9621.52-
YUV110.33136.85162-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=43.05%
G=22.62%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588312600.470.200.38325.631.1247.25
Hex9E537E02F14261461f2f
Octal23612317605724465063757
Binary100111101010011111111001011111010010011010100011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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