#9A537E

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

Shades of Strikemaster #9A537E

Tints of Strikemaster #9A537E

Color information

#9A537E (or 0x9A537E) is unknown color: approx Strikemaster. HEX triplet: 9A, 53 and 7E. RGB value is (154,83,126). Sum of RGB (Red+Green+Blue) = 154+83+126=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A537E is #65AC81. Grayscale: #6D6D6D. Windows color (decimal): -6663298 or 8278938. OLE color: 8278938.

HSL color Cylindrical-coordinate representation of color #9A537E: hue angle of 323.66º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A537E is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15483126-
CMYK00.460.180.40
HSL323.66º29.96%46.47%-
HSV(B)323.66º46.1%60.39%-
XYZ20.1914.5621.49-
YUV109.13137.52160-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.42%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 126 (49.61% from 255) = 34.71%
R=42.42%
G=22.87%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548312600.460.180.40323.6629.9646.47
Hex9A537E02E12281441e2e
Octal23212317605622505043656
Binary100110101010011111111001011101001010100010100010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,83,126); }

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

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

 a { background-color: rgb(154,83,126); }

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

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

 span { border-color: rgb(154,83,126); }

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