#9D5184

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

Shades of Strikemaster #9D5184

Tints of Strikemaster #9D5184

Color information

#9D5184 (or 0x9D5184) is unknown color: approx Strikemaster. HEX triplet: 9D, 51 and 84. RGB value is (157,81,132). Sum of RGB (Red+Green+Blue) = 157+81+132=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5184 is #62AE7B. Grayscale: #6D6D6D. Windows color (decimal): -6467196 or 8671645. OLE color: 8671645.

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

Color convert

RGB15781132-
CMYK00.480.160.38
HSL319.74º31.93%46.67%-
HSV(B)319.74º48.41%61.57%-
XYZ21.0114.7223.56-
YUV109.54140.68161.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.43%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=42.43%
G=21.89%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578113200.480.160.38319.7431.9346.67
Hex9D51840301026140202f
Octal23512120406020465004057
Binary10011101101000110000100011000010000100110101000000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,132); }

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

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

 a { background-color: rgb(157,81,132); }

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

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

 span { border-color: rgb(157,81,132); }

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