#9D6981

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

Shades of Strikemaster #9D6981

Tints of Strikemaster #9D6981

Color information

#9D6981 (or 0x9D6981) is unknown color: approx Strikemaster. HEX triplet: 9D, 69 and 81. RGB value is (157,105,129). Sum of RGB (Red+Green+Blue) = 157+105+129=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6981 is #62967E. Grayscale: #7B7B7B. Windows color (decimal): -6461055 or 8481181. OLE color: 8481181.

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

Color convert

RGB157105129-
CMYK00.330.180.38
HSL332.31º20.97%51.37%-
HSV(B)332.31º33.12%61.57%-
XYZ22.9218.8623.2-
YUV123.28131.23152.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=40.15%
G=26.85%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710512900.330.180.38332.3120.9751.37
Hex9D6981021122614c1533
Octal23515120104122465142563
Binary1001110111010011000000101000011001010011010100110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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