#9D5187

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

Shades of Strikemaster #9D5187

Tints of Strikemaster #9D5187

Color information

#9D5187 (or 0x9D5187) is unknown color: approx Strikemaster. HEX triplet: 9D, 51 and 87. RGB value is (157,81,135). Sum of RGB (Red+Green+Blue) = 157+81+135=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5187 is #62AE78. Grayscale: #6D6D6D. Windows color (decimal): -6467193 or 8868253. OLE color: 8868253.

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

Color convert

RGB15781135-
CMYK00.480.140.38
HSL317.37º31.93%46.67%-
HSV(B)317.37º48.41%61.57%-
XYZ21.2214.824.66-
YUV109.88142.18161.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 135 (53.12% from 255) = 36.19%
R=42.09%
G=21.72%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578113500.480.140.38317.3731.9346.67
Hex9D5187030E2613d202f
Octal23512120706016464754057
Binary1001110110100011000011101100001110100110100111101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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