#9E4984

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

Shades of Strikemaster #9E4984

Tints of Strikemaster #9E4984

Color information

#9E4984 (or 0x9E4984) is unknown color: approx Strikemaster. HEX triplet: 9E, 49 and 84. RGB value is (158,73,132). Sum of RGB (Red+Green+Blue) = 158+73+132=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4984 is #61B67B. Grayscale: #686868. Windows color (decimal): -6403708 or 8669598. OLE color: 8669598.

HSL color Cylindrical-coordinate representation of color #9E4984: hue angle of 318.35º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4984 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15873132-
CMYK00.540.160.38
HSL318.35º36.8%45.29%-
HSV(B)318.35º53.8%61.96%-
XYZ20.6513.723.39-
YUV105.14143.16165.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.53%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=43.53%
G=20.11%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587313200.540.160.38318.3536.845.29
Hex9E4984036102613e252d
Octal23611120406620464764555
Binary10011110100100110000100011011010000100110100111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,73,132); }

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

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

 a { background-color: rgb(158,73,132); }

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

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

 span { border-color: rgb(158,73,132); }

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