#9F658F

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

Shades of Strikemaster #9F658F

Tints of Strikemaster #9F658F

Color information

#9F658F (or 0x9F658F) is unknown color: approx Strikemaster. HEX triplet: 9F, 65 and 8F. RGB value is (159,101,143). Sum of RGB (Red+Green+Blue) = 159+101+143=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F658F is #609A70. Grayscale: #7B7B7B. Windows color (decimal): -6330993 or 9397663. OLE color: 9397663.

HSL color Cylindrical-coordinate representation of color #9F658F: hue angle of 316.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F658F is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB159101143-
CMYK00.360.100.38
HSL316.55º23.2%50.98%-
HSV(B)316.55º36.48%62.35%-
XYZ23.9118.6628.33-
YUV123.13139.22153.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.45%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=39.45%
G=25.06%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910114300.360.100.38316.5523.250.98
Hex9F658F024A2613d1733
Octal23714521704412464752763
Binary100111111100101100011110100100101010011010011110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,101,143); }

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

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

 a { background-color: rgb(159,101,143); }

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

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

 span { border-color: rgb(159,101,143); }

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