#9F5181

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

Shades of Strikemaster #9F5181

Tints of Strikemaster #9F5181

Color information

#9F5181 (or 0x9F5181) is unknown color: approx Strikemaster. HEX triplet: 9F, 51 and 81. RGB value is (159,81,129). Sum of RGB (Red+Green+Blue) = 159+81+129=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5181 is #60AE7E. Grayscale: #6D6D6D. Windows color (decimal): -6336127 or 8475039. OLE color: 8475039.

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

Color convert

RGB15981129-
CMYK00.490.190.38
HSL323.08º32.5%47.06%-
HSV(B)323.08º49.06%62.35%-
XYZ21.214.8422.52-
YUV109.79138.84163.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=43.09%
G=21.95%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598112900.490.190.38323.0832.547.06
Hex9F51810311326143202f
Octal23712120106123465034057
Binary10011111101000110000001011000110011100110101000011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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