#9E547D

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

Shades of Strikemaster #9E547D

Tints of Strikemaster #9E547D

Color information

#9E547D (or 0x9E547D) is unknown color: approx Strikemaster. HEX triplet: 9E, 54 and 7D. RGB value is (158,84,125). Sum of RGB (Red+Green+Blue) = 158+84+125=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E547D is #61AB82. Grayscale: #6E6E6E. Windows color (decimal): -6400899 or 8213662. OLE color: 8213662.

HSL color Cylindrical-coordinate representation of color #9E547D: hue angle of 326.76º 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 #9E547D is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB15884125-
CMYK00.470.210.38
HSL326.76º30.58%47.45%-
HSV(B)326.76º46.84%61.96%-
XYZ20.9715.0921.21-
YUV110.8136.02161.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=43.05%
G=22.89%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588412500.470.210.38326.7630.5847.45
Hex9E547D02F15261471f2f
Octal23612417505725465073757
Binary100111101010100111110101011111010110011010100011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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