#9F5183

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

Shades of Strikemaster #9F5183

Tints of Strikemaster #9F5183

Color information

#9F5183 (or 0x9F5183) is unknown color: approx Strikemaster. HEX triplet: 9F, 51 and 83. RGB value is (159,81,131). Sum of RGB (Red+Green+Blue) = 159+81+131=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5183 is #60AE7C. Grayscale: #6D6D6D. Windows color (decimal): -6336125 or 8606111. OLE color: 8606111.

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

Color convert

RGB15981131-
CMYK00.490.180.38
HSL321.54º32.5%47.06%-
HSV(B)321.54º49.06%62.35%-
XYZ21.3414.8923.22-
YUV110.02139.84162.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=42.86%
G=21.83%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598113100.490.180.38321.5432.547.06
Hex9F51830311226142202f
Octal23712120306122465024057
Binary10011111101000110000011011000110010100110101000010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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