#9D5080

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

Shades of Strikemaster #9D5080

Tints of Strikemaster #9D5080

Color information

#9D5080 (or 0x9D5080) is unknown color: approx Strikemaster. HEX triplet: 9D, 50 and 80. RGB value is (157,80,128). Sum of RGB (Red+Green+Blue) = 157+80+128=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5080 is #62AF7F. Grayscale: #6C6C6C. Windows color (decimal): -6467456 or 8409245. OLE color: 8409245.

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

Color convert

RGB15780128-
CMYK00.490.180.38
HSL322.6º32.49%46.47%-
HSV(B)322.6º49.04%61.57%-
XYZ20.6714.4622.12-
YUV108.49139.01162.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.01%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=43.01%
G=21.92%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578012800.490.180.38322.632.4946.47
Hex9D50800311226143202e
Octal23512020006122465034056
Binary10011101101000010000000011000110010100110101000011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,80,128); }

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

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

 a { background-color: rgb(157,80,128); }

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

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

 span { border-color: rgb(157,80,128); }

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