#9F668E

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

Shades of Strikemaster #9F668E

Tints of Strikemaster #9F668E

Color information

#9F668E (or 0x9F668E) is unknown color: approx Strikemaster. HEX triplet: 9F, 66 and 8E. RGB value is (159,102,142). Sum of RGB (Red+Green+Blue) = 159+102+142=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F668E is #609971. Grayscale: #7B7B7B. Windows color (decimal): -6330738 or 9332383. OLE color: 9332383.

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

Color convert

RGB159102142-
CMYK00.360.110.38
HSL317.89º22.89%51.18%-
HSV(B)317.89º35.85%62.35%-
XYZ23.9318.8327.96-
YUV123.6138.38153.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.45%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=39.45%
G=25.31%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910214200.360.110.38317.8922.8951.18
Hex9F668E024B2613e1733
Octal23714621604413464762763
Binary100111111100110100011100100100101110011010011111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,102,142); }

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

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

 a { background-color: rgb(159,102,142); }

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

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

 span { border-color: rgb(159,102,142); }

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