#9E5D7B

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

Shades of Strikemaster #9E5D7B

Tints of Strikemaster #9E5D7B

Color information

#9E5D7B (or 0x9E5D7B) is unknown color: approx Strikemaster. HEX triplet: 9E, 5D and 7B. RGB value is (158,93,123). Sum of RGB (Red+Green+Blue) = 158+93+123=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5D7B is #61A284. Grayscale: #737373. Windows color (decimal): -6398597 or 8084894. OLE color: 8084894.

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

Color convert

RGB15893123-
CMYK00.410.220.38
HSL332.31º25.9%49.22%-
HSV(B)332.31º41.14%61.96%-
XYZ21.5916.5320.79-
YUV115.86132.03158.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=42.25%
G=24.87%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589312300.410.220.38332.3125.949.22
Hex9E5D7B029162614c1a31
Octal23613517305126465143261
Binary100111101011101111101101010011011010011010100110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,93,123); }

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

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

 a { background-color: rgb(158,93,123); }

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

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

 span { border-color: rgb(158,93,123); }

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