#9F6783

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

Shades of Strikemaster #9F6783

Tints of Strikemaster #9F6783

Color information

#9F6783 (or 0x9F6783) is unknown color: approx Strikemaster. HEX triplet: 9F, 67 and 83. RGB value is (159,103,131). Sum of RGB (Red+Green+Blue) = 159+103+131=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6783 is #60987C. Grayscale: #7A7A7A. Windows color (decimal): -6330493 or 8611743. OLE color: 8611743.

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

Color convert

RGB159103131-
CMYK00.350.180.38
HSL330º22.58%51.37%-
HSV(B)330º35.22%62.35%-
XYZ23.2518.7123.86-
YUV122.94132.55153.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=40.46%
G=26.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910313100.350.180.3833022.5851.37
Hex9F6783023122614a1733
Octal23714720304322465122763
Binary1001111111001111000001101000111001010011010100101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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