#9E607C

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

Shades of Strikemaster #9E607C

Tints of Strikemaster #9E607C

Color information

#9E607C (or 0x9E607C) is unknown color: approx Strikemaster. HEX triplet: 9E, 60 and 7C. RGB value is (158,96,124). Sum of RGB (Red+Green+Blue) = 158+96+124=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E607C is #619F83. Grayscale: #757575. Windows color (decimal): -6397828 or 8151198. OLE color: 8151198.

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

Color convert

RGB15896124-
CMYK00.390.220.38
HSL332.9º24.41%49.8%-
HSV(B)332.9º39.24%61.96%-
XYZ21.9217.0921.21-
YUV117.73131.54156.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.80%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=41.80%
G=25.40%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589612400.390.220.38332.924.4149.8
Hex9E607C027162614d1832
Octal23614017404726465153062
Binary100111101100000111110001001111011010011010100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,96,124); }

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

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

 a { background-color: rgb(158,96,124); }

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

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

 span { border-color: rgb(158,96,124); }

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