#9F6B8B

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

Shades of Strikemaster #9F6B8B

Tints of Strikemaster #9F6B8B

Color information

#9F6B8B (or 0x9F6B8B) is unknown color: approx Strikemaster. HEX triplet: 9F, 6B and 8B. RGB value is (159,107,139). Sum of RGB (Red+Green+Blue) = 159+107+139=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6B8B is #609474. Grayscale: #7E7E7E. Windows color (decimal): -6329461 or 9137055. OLE color: 9137055.

HSL color Cylindrical-coordinate representation of color #9F6B8B: hue angle of 323.08º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6B8B is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB159107139-
CMYK00.330.130.38
HSL323.08º21.31%52.16%-
HSV(B)323.08º32.7%62.35%-
XYZ24.2219.7526.96-
YUV126.2135.23151.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=39.26%
G=26.42%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910713900.330.130.38323.0821.3152.16
Hex9F6B8B021D261431534
Octal23715321304115465032564
Binary100111111101011100010110100001110110011010100001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,107,139); }

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

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

 a { background-color: rgb(159,107,139); }

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

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

 span { border-color: rgb(159,107,139); }

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