#9D6C84

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

Shades of Strikemaster #9D6C84

Tints of Strikemaster #9D6C84

Color information

#9D6C84 (or 0x9D6C84) is unknown color: approx Strikemaster. HEX triplet: 9D, 6C and 84. RGB value is (157,108,132). Sum of RGB (Red+Green+Blue) = 157+108+132=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6C84 is #62937B. Grayscale: #7D7D7D. Windows color (decimal): -6460284 or 8678557. OLE color: 8678557.

HSL color Cylindrical-coordinate representation of color #9D6C84: hue angle of 330.61º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D6C84 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB157108132-
CMYK00.310.160.38
HSL330.61º20%51.96%-
HSV(B)330.61º31.21%61.57%-
XYZ23.4319.5624.37-
YUV125.39131.73150.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=39.55%
G=27.20%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710813200.310.160.38330.612051.96
Hex9D6C8401F102614b1434
Octal23515420403720465132464
Binary100111011101100100001000111111000010011010100101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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