#9D5A81

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

Shades of Strikemaster #9D5A81

Tints of Strikemaster #9D5A81

Color information

#9D5A81 (or 0x9D5A81) is unknown color: approx Strikemaster. HEX triplet: 9D, 5A and 81. RGB value is (157,90,129). Sum of RGB (Red+Green+Blue) = 157+90+129=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5A81 is #62A57E. Grayscale: #727272. Windows color (decimal): -6464895 or 8477341. OLE color: 8477341.

HSL color Cylindrical-coordinate representation of color #9D5A81: hue angle of 325.07º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D5A81 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15790129-
CMYK00.430.180.38
HSL325.07º27.13%48.43%-
HSV(B)325.07º42.68%61.57%-
XYZ21.5216.0722.74-
YUV114.48136.2158.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=41.76%
G=23.94%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579012900.430.180.38325.0727.1348.43
Hex9D5A8102B12261451b30
Octal23513220105322465053360
Binary1001110110110101000000101010111001010011010100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,90,129); }

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

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

 a { background-color: rgb(157,90,129); }

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

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

 span { border-color: rgb(157,90,129); }

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