#9E527F

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

Shades of Strikemaster #9E527F

Tints of Strikemaster #9E527F

Color information

#9E527F (or 0x9E527F) is unknown color: approx Strikemaster. HEX triplet: 9E, 52 and 7F. RGB value is (158,82,127). Sum of RGB (Red+Green+Blue) = 158+82+127=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E527F is #61AD80. Grayscale: #6D6D6D. Windows color (decimal): -6401409 or 8344222. OLE color: 8344222.

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

Color convert

RGB15882127-
CMYK00.480.200.38
HSL324.47º31.67%47.06%-
HSV(B)324.47º48.1%61.96%-
XYZ20.9514.8421.84-
YUV109.85137.68162.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 127 (50% from 255) = 34.60%
R=43.05%
G=22.34%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588212700.480.200.38324.4731.6747.06
Hex9E527F0301426144202f
Octal23612217706024465044057
Binary1001111010100101111111011000010100100110101000100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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