#9E598C

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

Shades of Strikemaster #9E598C

Tints of Strikemaster #9E598C

Color information

#9E598C (or 0x9E598C) is unknown color: approx Strikemaster. HEX triplet: 9E, 59 and 8C. RGB value is (158,89,140). Sum of RGB (Red+Green+Blue) = 158+89+140=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E598C is #61A673. Grayscale: #737373. Windows color (decimal): -6399604 or 9197982. OLE color: 9197982.

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

Color convert

RGB15889140-
CMYK00.440.110.38
HSL315.65º27.94%48.43%-
HSV(B)315.65º43.67%61.96%-
XYZ22.4116.3126.78-
YUV115.44141.86158.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.83%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=40.83%
G=23.00%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588914000.440.110.38315.6527.9448.43
Hex9E598C02CB2613c1c30
Octal23613121405413464743460
Binary100111101011001100011000101100101110011010011110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,89,140); }

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

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

 a { background-color: rgb(158,89,140); }

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

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

 span { border-color: rgb(158,89,140); }

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