#9F6A7D

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

Shades of Strikemaster #9F6A7D

Tints of Strikemaster #9F6A7D

Color information

#9F6A7D (or 0x9F6A7D) is unknown color: approx Strikemaster. HEX triplet: 9F, 6A and 7D. RGB value is (159,106,125). Sum of RGB (Red+Green+Blue) = 159+106+125=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A7D is #609582. Grayscale: #7B7B7B. Windows color (decimal): -6329731 or 8219295. OLE color: 8219295.

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

Color convert

RGB159106125-
CMYK00.330.210.38
HSL338.49º21.63%51.96%-
HSV(B)338.49º33.33%62.35%-
XYZ23.1519.1621.88-
YUV124.01128.56152.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.77%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=40.77%
G=27.18%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910612500.330.210.38338.4921.6351.96
Hex9F6A7D02115261521634
Octal23715217504125465222664
Binary100111111101010111110101000011010110011010101001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,125); }

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

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

 a { background-color: rgb(159,106,125); }

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

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

 span { border-color: rgb(159,106,125); }

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