#9E527E

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

Shades of Strikemaster #9E527E

Tints of Strikemaster #9E527E

Color information

#9E527E (or 0x9E527E) is unknown color: approx Strikemaster. HEX triplet: 9E, 52 and 7E. RGB value is (158,82,126). Sum of RGB (Red+Green+Blue) = 158+82+126=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E527E is #61AD81. Grayscale: #6D6D6D. Windows color (decimal): -6401410 or 8278686. OLE color: 8278686.

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

Color convert

RGB15882126-
CMYK00.480.200.38
HSL325.26º31.67%47.06%-
HSV(B)325.26º48.1%61.96%-
XYZ20.8814.8121.5-
YUV109.74137.18162.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=43.17%
G=22.40%
B=34.43%

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
Decimal1588212600.480.200.38325.2631.6747.06
Hex9E527E0301426145202f
Octal23612217606024465054057
Binary1001111010100101111110011000010100100110101000101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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