#9F6781

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

Shades of Strikemaster #9F6781

Tints of Strikemaster #9F6781

Color information

#9F6781 (or 0x9F6781) is unknown color: approx Strikemaster. HEX triplet: 9F, 67 and 81. RGB value is (159,103,129). Sum of RGB (Red+Green+Blue) = 159+103+129=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6781 is #60987E. Grayscale: #7A7A7A. Windows color (decimal): -6330495 or 8480671. OLE color: 8480671.

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

Color convert

RGB159103129-
CMYK00.350.190.38
HSL332.14º22.58%51.37%-
HSV(B)332.14º35.22%62.35%-
XYZ23.1118.6623.15-
YUV122.71131.55153.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=40.66%
G=26.34%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910312900.350.190.38332.1422.5851.37
Hex9F6781023132614c1733
Octal23714720104323465142763
Binary1001111111001111000000101000111001110011010100110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,103,129); }

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

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

 a { background-color: rgb(159,103,129); }

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

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

 span { border-color: rgb(159,103,129); }

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