#9E4F88

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

Shades of Strikemaster #9E4F88

Tints of Strikemaster #9E4F88

Color information

#9E4F88 (or 0x9E4F88) is unknown color: approx Strikemaster. HEX triplet: 9E, 4F and 88. RGB value is (158,79,136). Sum of RGB (Red+Green+Blue) = 158+79+136=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4F88 is #61B077. Grayscale: #6C6C6C. Windows color (decimal): -6402168 or 8933278. OLE color: 8933278.

HSL color Cylindrical-coordinate representation of color #9E4F88: hue angle of 316.71º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E4F88 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB15879136-
CMYK00.500.140.38
HSL316.71º33.33%46.47%-
HSV(B)316.71º50%61.96%-
XYZ21.3414.6424.99-
YUV109.12143.17162.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.36%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=42.36%
G=21.18%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587913600.500.140.38316.7133.3346.47
Hex9E4F88032E2613d212e
Octal23611721006216464754156
Binary1001111010011111000100001100101110100110100111101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,79,136); }

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

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

 a { background-color: rgb(158,79,136); }

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

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

 span { border-color: rgb(158,79,136); }

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