#9E557B

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

Shades of Strikemaster #9E557B

Tints of Strikemaster #9E557B

Color information

#9E557B (or 0x9E557B) is unknown color: approx Strikemaster. HEX triplet: 9E, 55 and 7B. RGB value is (158,85,123). Sum of RGB (Red+Green+Blue) = 158+85+123=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E557B is #61AA84. Grayscale: #6F6F6F. Windows color (decimal): -6400645 or 8082846. OLE color: 8082846.

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

Color convert

RGB15885123-
CMYK00.460.220.38
HSL328.77º30.04%47.65%-
HSV(B)328.77º46.2%61.96%-
XYZ20.9215.220.57-
YUV111.16134.68161.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=43.17%
G=23.22%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588512300.460.220.38328.7730.0447.65
Hex9E557B02E16261491e30
Octal23612517305626465113660
Binary100111101010101111101101011101011010011010100100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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