#9F6988

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

Shades of Strikemaster #9F6988

Tints of Strikemaster #9F6988

Color information

#9F6988 (or 0x9F6988) is unknown color: approx Strikemaster. HEX triplet: 9F, 69 and 88. RGB value is (159,105,136). Sum of RGB (Red+Green+Blue) = 159+105+136=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6988 is #609677. Grayscale: #7C7C7C. Windows color (decimal): -6329976 or 8939935. OLE color: 8939935.

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

Color convert

RGB159105136-
CMYK00.340.140.38
HSL325.56º21.95%51.76%-
HSV(B)325.56º33.96%62.35%-
XYZ23.7919.2525.75-
YUV124.68134.39152.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 136 (53.52% from 255) = 34%
R=39.75%
G=26.25%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910513600.340.140.38325.5621.9551.76
Hex9F6988022E261461634
Octal23715121004216465062664
Binary100111111101001100010000100010111010011010100011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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