#9E527B

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

Shades of Strikemaster #9E527B

Tints of Strikemaster #9E527B

Color information

#9E527B (or 0x9E527B) is unknown color: approx Strikemaster. HEX triplet: 9E, 52 and 7B. RGB value is (158,82,123). Sum of RGB (Red+Green+Blue) = 158+82+123=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E527B is #61AD84. Grayscale: #6D6D6D. Windows color (decimal): -6401413 or 8082078. OLE color: 8082078.

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

Color convert

RGB15882123-
CMYK00.480.220.38
HSL327.63º31.67%47.06%-
HSV(B)327.63º48.1%61.96%-
XYZ20.6914.7320.49-
YUV109.4135.68162.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.53%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=43.53%
G=22.59%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588212300.480.220.38327.6331.6747.06
Hex9E527B0301626148202f
Octal23612217306026465104057
Binary1001111010100101111011011000010110100110101001000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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