#9A6F81

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

Shades of Strikemaster #9A6F81

Tints of Strikemaster #9A6F81

Color information

#9A6F81 (or 0x9A6F81) is unknown color: approx Strikemaster. HEX triplet: 9A, 6F and 81. RGB value is (154,111,129). Sum of RGB (Red+Green+Blue) = 154+111+129=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6F81 is #65907E. Grayscale: #7D7D7D. Windows color (decimal): -6656127 or 8482714. OLE color: 8482714.

HSL color Cylindrical-coordinate representation of color #9A6F81: hue angle of 334.88º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A6F81 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB154111129-
CMYK00.280.160.40
HSL334.88º17.55%51.96%-
HSV(B)334.88º27.92%60.39%-
XYZ22.9719.8223.38-
YUV125.91129.75148.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=39.09%
G=28.17%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411112900.280.160.40334.8817.5551.96
Hex9A6F8101C102814f1234
Octal23215720103420505172264
Binary100110101101111100000010111001000010100010100111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,111,129); }

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

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

 a { background-color: rgb(154,111,129); }

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

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

 span { border-color: rgb(154,111,129); }

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