#9F698A

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

Shades of Strikemaster #9F698A

Tints of Strikemaster #9F698A

Color information

#9F698A (or 0x9F698A) is unknown color: approx Strikemaster. HEX triplet: 9F, 69 and 8A. RGB value is (159,105,138). Sum of RGB (Red+Green+Blue) = 159+105+138=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F698A is #609675. Grayscale: #7C7C7C. Windows color (decimal): -6329974 or 9071007. OLE color: 9071007.

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

Color convert

RGB159105138-
CMYK00.340.130.38
HSL323.33º21.95%51.76%-
HSV(B)323.33º33.96%62.35%-
XYZ23.9419.3126.51-
YUV124.91135.39152.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.55%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=39.55%
G=26.12%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910513800.340.130.38323.3321.9551.76
Hex9F698A022D261431634
Octal23715121204215465032664
Binary100111111101001100010100100010110110011010100001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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