#9F638B

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

Shades of Strikemaster #9F638B

Tints of Strikemaster #9F638B

Color information

#9F638B (or 0x9F638B) is unknown color: approx Strikemaster. HEX triplet: 9F, 63 and 8B. RGB value is (159,99,139). Sum of RGB (Red+Green+Blue) = 159+99+139=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F638B is #609C74. Grayscale: #797979. Windows color (decimal): -6331509 or 9135007. OLE color: 9135007.

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

Color convert

RGB15999139-
CMYK00.380.130.38
HSL320º23.81%50.59%-
HSV(B)320º37.74%62.35%-
XYZ23.4218.1626.7-
YUV121.5137.88154.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=40.05%
G=24.94%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599913900.380.130.3832023.8150.59
Hex9F638B026D261401833
Octal23714321304615465003063
Binary100111111100011100010110100110110110011010100000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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