#9F6985

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

Shades of Strikemaster #9F6985

Tints of Strikemaster #9F6985

Color information

#9F6985 (or 0x9F6985) is unknown color: approx Strikemaster. HEX triplet: 9F, 69 and 85. RGB value is (159,105,133). Sum of RGB (Red+Green+Blue) = 159+105+133=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6985 is #60967A. Grayscale: #7C7C7C. Windows color (decimal): -6329979 or 8743327. OLE color: 8743327.

HSL color Cylindrical-coordinate representation of color #9F6985: hue angle of 328.89º 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 #9F6985 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB159105133-
CMYK00.340.160.38
HSL328.89º21.95%51.76%-
HSV(B)328.89º33.96%62.35%-
XYZ23.5819.1724.65-
YUV124.34132.89152.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=40.05%
G=26.45%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910513300.340.160.38328.8921.9551.76
Hex9F698502210261491634
Octal23715120504220465112664
Binary1001111111010011000010101000101000010011010100100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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