#9D6582

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

Shades of Strikemaster #9D6582

Tints of Strikemaster #9D6582

Color information

#9D6582 (or 0x9D6582) is unknown color: approx Strikemaster. HEX triplet: 9D, 65 and 82. RGB value is (157,101,130). Sum of RGB (Red+Green+Blue) = 157+101+130=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6582 is #629A7D. Grayscale: #787878. Windows color (decimal): -6462078 or 8545693. OLE color: 8545693.

HSL color Cylindrical-coordinate representation of color #9D6582: hue angle of 328.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6582 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB157101130-
CMYK00.360.170.38
HSL328.93º22.22%50.59%-
HSV(B)328.93º35.67%61.57%-
XYZ22.5918.0923.42-
YUV121.05133.05153.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=40.46%
G=26.03%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710113000.360.170.38328.9322.2250.59
Hex9D658202411261491633
Octal23514520204421465112663
Binary1001110111001011000001001001001000110011010100100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,101,130); }

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

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

 a { background-color: rgb(157,101,130); }

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

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

 span { border-color: rgb(157,101,130); }

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