#9E517F

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

Shades of Strikemaster #9E517F

Tints of Strikemaster #9E517F

Color information

#9E517F (or 0x9E517F) is unknown color: approx Strikemaster. HEX triplet: 9E, 51 and 7F. RGB value is (158,81,127). Sum of RGB (Red+Green+Blue) = 158+81+127=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E517F is #61AE80. Grayscale: #6D6D6D. Windows color (decimal): -6401665 or 8343966. OLE color: 8343966.

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

Color convert

RGB15881127-
CMYK00.490.200.38
HSL324.16º32.22%46.86%-
HSV(B)324.16º48.73%61.96%-
XYZ20.8714.6921.81-
YUV109.27138.01162.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 127 (50% from 255) = 34.70%
R=43.17%
G=22.13%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588112700.490.200.38324.1632.2246.86
Hex9E517F0311426144202f
Octal23612117706124465044057
Binary1001111010100011111111011000110100100110101000100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,81,127); }

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

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

 a { background-color: rgb(158,81,127); }

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

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

 span { border-color: rgb(158,81,127); }

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