#9F6F88

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

Shades of Strikemaster #9F6F88

Tints of Strikemaster #9F6F88

Color information

#9F6F88 (or 0x9F6F88) is unknown color: approx Strikemaster. HEX triplet: 9F, 6F and 88. RGB value is (159,111,136). Sum of RGB (Red+Green+Blue) = 159+111+136=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6F88 is #609077. Grayscale: #808080. Windows color (decimal): -6328440 or 8941471. OLE color: 8941471.

HSL color Cylindrical-coordinate representation of color #9F6F88: hue angle of 328.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F6F88 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB159111136-
CMYK00.300.140.38
HSL328.75º20%52.94%-
HSV(B)328.75º30.19%62.35%-
XYZ24.4320.5225.97-
YUV128.2132.4149.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=39.16%
G=27.34%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911113600.300.140.38328.752052.94
Hex9F6F8801EE261491435
Octal23715721003616465112465
Binary10011111110111110001000011110111010011010100100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,111,136); }

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

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

 a { background-color: rgb(159,111,136); }

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

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

 span { border-color: rgb(159,111,136); }

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