#9D6983

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

Shades of Strikemaster #9D6983

Tints of Strikemaster #9D6983

Color information

#9D6983 (or 0x9D6983) is unknown color: approx Strikemaster. HEX triplet: 9D, 69 and 83. RGB value is (157,105,131). Sum of RGB (Red+Green+Blue) = 157+105+131=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6983 is #62967C. Grayscale: #7B7B7B. Windows color (decimal): -6461053 or 8612253. OLE color: 8612253.

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

Color convert

RGB157105131-
CMYK00.330.170.38
HSL330º20.97%51.37%-
HSV(B)330º33.12%61.57%-
XYZ23.0518.9123.91-
YUV123.51132.23151.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=39.95%
G=26.72%
B=33.33%

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
Decimal15710513100.330.170.3833020.9751.37
Hex9D6983021112614a1533
Octal23515120304121465122563
Binary1001110111010011000001101000011000110011010100101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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