#9D5A83

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

Shades of Strikemaster #9D5A83

Tints of Strikemaster #9D5A83

Color information

#9D5A83 (or 0x9D5A83) is unknown color: approx Strikemaster. HEX triplet: 9D, 5A and 83. RGB value is (157,90,131). Sum of RGB (Red+Green+Blue) = 157+90+131=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5A83 is #62A57C. Grayscale: #727272. Windows color (decimal): -6464893 or 8608413. OLE color: 8608413.

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

Color convert

RGB15790131-
CMYK00.430.170.38
HSL323.28º27.13%48.43%-
HSV(B)323.28º42.68%61.57%-
XYZ21.6616.1223.44-
YUV114.71137.2158.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=41.53%
G=23.81%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579013100.430.170.38323.2827.1348.43
Hex9D5A8302B11261431b30
Octal23513220305321465033360
Binary1001110110110101000001101010111000110011010100001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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