#9F6286

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

Shades of Strikemaster #9F6286

Tints of Strikemaster #9F6286

Color information

#9F6286 (or 0x9F6286) is unknown color: approx Strikemaster. HEX triplet: 9F, 62 and 86. RGB value is (159,98,134). Sum of RGB (Red+Green+Blue) = 159+98+134=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6286 is #609D79. Grayscale: #787878. Windows color (decimal): -6331770 or 8807071. OLE color: 8807071.

HSL color Cylindrical-coordinate representation of color #9F6286: hue angle of 324.59º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F6286 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15998134-
CMYK00.380.160.38
HSL324.59º24.11%50.39%-
HSV(B)324.59º38.36%62.35%-
XYZ22.9717.8324.78-
YUV120.34135.71155.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=40.66%
G=25.06%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599813400.380.160.38324.5924.1150.39
Hex9F628602610261451832
Octal23714220604620465053062
Binary1001111111000101000011001001101000010011010100010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,98,134); }

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

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

 a { background-color: rgb(159,98,134); }

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

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

 span { border-color: rgb(159,98,134); }

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