#9F628D

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

Shades of Strikemaster #9F628D

Tints of Strikemaster #9F628D

Color information

#9F628D (or 0x9F628D) is unknown color: approx Strikemaster. HEX triplet: 9F, 62 and 8D. RGB value is (159,98,141). Sum of RGB (Red+Green+Blue) = 159+98+141=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F628D is #609D72. Grayscale: #797979. Windows color (decimal): -6331763 or 9265823. OLE color: 9265823.

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

Color convert

RGB15998141-
CMYK00.380.110.38
HSL317.7º24.11%50.39%-
HSV(B)317.7º38.36%62.35%-
XYZ23.4718.0327.44-
YUV121.14139.21155-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.95%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=39.95%
G=24.62%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599814100.380.110.38317.724.1150.39
Hex9F628D026B2613e1832
Octal23714221504613464763062
Binary100111111100010100011010100110101110011010011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,98,141); }

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

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

 a { background-color: rgb(159,98,141); }

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

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

 span { border-color: rgb(159,98,141); }

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