#9E547C

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

Shades of Strikemaster #9E547C

Tints of Strikemaster #9E547C

Color information

#9E547C (or 0x9E547C) is unknown color: approx Strikemaster. HEX triplet: 9E, 54 and 7C. RGB value is (158,84,124). Sum of RGB (Red+Green+Blue) = 158+84+124=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E547C is #61AB83. Grayscale: #6E6E6E. Windows color (decimal): -6400900 or 8148126. OLE color: 8148126.

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

Color convert

RGB15884124-
CMYK00.470.220.38
HSL327.57º30.58%47.45%-
HSV(B)327.57º46.84%61.96%-
XYZ20.9115.0620.87-
YUV110.69135.52161.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=43.17%
G=22.95%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588412400.470.220.38327.5730.5847.45
Hex9E547C02F16261481f2f
Octal23612417405726465103757
Binary100111101010100111110001011111011010011010100100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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