#9D7082

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

Shades of Strikemaster #9D7082

Tints of Strikemaster #9D7082

Color information

#9D7082 (or 0x9D7082) is unknown color: approx Strikemaster. HEX triplet: 9D, 70 and 82. RGB value is (157,112,130). Sum of RGB (Red+Green+Blue) = 157+112+130=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7082 is #628F7D. Grayscale: #7F7F7F. Windows color (decimal): -6459262 or 8548509. OLE color: 8548509.

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

Color convert

RGB157112130-
CMYK00.290.170.38
HSL336º18.67%52.75%-
HSV(B)336º28.66%61.57%-
XYZ23.7320.3723.8-
YUV127.51129.41149.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=39.35%
G=28.07%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711213000.290.170.3833618.6752.75
Hex9D708201D11261501335
Octal23516020203521465202365
Binary100111011110000100000100111011000110011010101000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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