#9D6984

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

Shades of Strikemaster #9D6984

Tints of Strikemaster #9D6984

Color information

#9D6984 (or 0x9D6984) is unknown color: approx Strikemaster. HEX triplet: 9D, 69 and 84. RGB value is (157,105,132). Sum of RGB (Red+Green+Blue) = 157+105+132=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6984 is #62967B. Grayscale: #7B7B7B. Windows color (decimal): -6461052 or 8677789. OLE color: 8677789.

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

Color convert

RGB157105132-
CMYK00.330.160.38
HSL328.85º20.97%51.37%-
HSV(B)328.85º33.12%61.57%-
XYZ23.1218.9424.27-
YUV123.63132.73151.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.85%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=39.85%
G=26.65%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710513200.330.160.38328.8520.9751.37
Hex9D698402110261491533
Octal23515120404120465112563
Binary1001110111010011000010001000011000010011010100100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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