#9D6982

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

Shades of Strikemaster #9D6982

Tints of Strikemaster #9D6982

Color information

#9D6982 (or 0x9D6982) is unknown color: approx Strikemaster. HEX triplet: 9D, 69 and 82. RGB value is (157,105,130). Sum of RGB (Red+Green+Blue) = 157+105+130=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6982 is #62967D. Grayscale: #7B7B7B. Windows color (decimal): -6461054 or 8546717. OLE color: 8546717.

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

Color convert

RGB157105130-
CMYK00.330.170.38
HSL331.15º20.97%51.37%-
HSV(B)331.15º33.12%61.57%-
XYZ22.9918.8823.55-
YUV123.4131.73151.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=40.05%
G=26.79%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710513000.330.170.38331.1520.9751.37
Hex9D6982021112614b1533
Octal23515120204121465132563
Binary1001110111010011000001001000011000110011010100101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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