#9D5A7D

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

Shades of Strikemaster #9D5A7D

Tints of Strikemaster #9D5A7D

Color information

#9D5A7D (or 0x9D5A7D) is unknown color: approx Strikemaster. HEX triplet: 9D, 5A and 7D. RGB value is (157,90,125). Sum of RGB (Red+Green+Blue) = 157+90+125=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A7D is #62A582. Grayscale: #717171. Windows color (decimal): -6464899 or 8215197. OLE color: 8215197.

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

Color convert

RGB15790125-
CMYK00.430.200.38
HSL328.66º27.13%48.43%-
HSV(B)328.66º42.68%61.57%-
XYZ21.2615.9621.36-
YUV114.02134.2158.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.20%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=42.20%
G=24.19%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579012500.430.200.38328.6627.1348.43
Hex9D5A7D02B14261491b30
Octal23513217505324465113360
Binary100111011011010111110101010111010010011010100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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