#9E507F

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

Shades of Strikemaster #9E507F

Tints of Strikemaster #9E507F

Color information

#9E507F (or 0x9E507F) is unknown color: approx Strikemaster. HEX triplet: 9E, 50 and 7F. RGB value is (158,80,127). Sum of RGB (Red+Green+Blue) = 158+80+127=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E507F is #61AF80. Grayscale: #6C6C6C. Windows color (decimal): -6401921 or 8343710. OLE color: 8343710.

HSL color Cylindrical-coordinate representation of color #9E507F: hue angle of 323.85º degrees, saturation: 0.33, 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 #9E507F is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15880127-
CMYK00.490.200.38
HSL323.85º32.77%46.67%-
HSV(B)323.85º49.37%61.96%-
XYZ20.814.5421.79-
YUV108.68138.34163.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 127 (50% from 255) = 34.79%
R=43.29%
G=21.92%
B=34.79%

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
Decimal1588012700.490.200.38323.8532.7746.67
Hex9E507F0311426144212f
Octal23612017706124465044157
Binary1001111010100001111111011000110100100110101000100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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