#9F6383

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

Shades of Strikemaster #9F6383

Tints of Strikemaster #9F6383

Color information

#9F6383 (or 0x9F6383) is unknown color: approx Strikemaster. HEX triplet: 9F, 63 and 83. RGB value is (159,99,131). Sum of RGB (Red+Green+Blue) = 159+99+131=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6383 is #609C7C. Grayscale: #787878. Windows color (decimal): -6331517 or 8610719. OLE color: 8610719.

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

Color convert

RGB15999131-
CMYK00.380.180.38
HSL328º23.81%50.59%-
HSV(B)328º37.74%62.35%-
XYZ22.8617.9323.73-
YUV120.59133.88155.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 131 (51.56% from 255) = 33.68%
R=40.87%
G=25.45%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599913100.380.180.3832823.8150.59
Hex9F638302612261481833
Octal23714320304622465103063
Binary1001111111000111000001101001101001010011010100100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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