#9D6681

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

Shades of Strikemaster #9D6681

Tints of Strikemaster #9D6681

Color information

#9D6681 (or 0x9D6681) is unknown color: approx Strikemaster. HEX triplet: 9D, 66 and 81. RGB value is (157,102,129). Sum of RGB (Red+Green+Blue) = 157+102+129=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6681 is #62997E. Grayscale: #797979. Windows color (decimal): -6461823 or 8480413. OLE color: 8480413.

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

Color convert

RGB157102129-
CMYK00.350.180.38
HSL330.55º21.91%50.78%-
HSV(B)330.55º35.03%61.57%-
XYZ22.6218.2623.1-
YUV121.52132.22153.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=40.46%
G=26.29%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710212900.350.180.38330.5521.9150.78
Hex9D6681023122614b1633
Octal23514620104322465132663
Binary1001110111001101000000101000111001010011010100101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,102,129); }

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

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

 a { background-color: rgb(157,102,129); }

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

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

 span { border-color: rgb(157,102,129); }

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