#9D6989

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

Shades of Strikemaster #9D6989

Tints of Strikemaster #9D6989

Color information

#9D6989 (or 0x9D6989) is unknown color: approx Strikemaster. HEX triplet: 9D, 69 and 89. RGB value is (157,105,137). Sum of RGB (Red+Green+Blue) = 157+105+137=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6989 is #629676. Grayscale: #7C7C7C. Windows color (decimal): -6461047 or 9005469. OLE color: 9005469.

HSL color Cylindrical-coordinate representation of color #9D6989: hue angle of 323.08º 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 #9D6989 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB157105137-
CMYK00.330.130.38
HSL323.08º20.97%51.37%-
HSV(B)323.08º33.12%61.57%-
XYZ23.4719.0826.11-
YUV124.2135.23151.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=39.35%
G=26.32%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710513700.330.130.38323.0820.9751.37
Hex9D6989021D261431533
Octal23515121104115465032563
Binary100111011101001100010010100001110110011010100001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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