#9F6288

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

Shades of Strikemaster #9F6288

Tints of Strikemaster #9F6288

Color information

#9F6288 (or 0x9F6288) is unknown color: approx Strikemaster. HEX triplet: 9F, 62 and 88. RGB value is (159,98,136). Sum of RGB (Red+Green+Blue) = 159+98+136=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6288 is #609D77. Grayscale: #787878. Windows color (decimal): -6331768 or 8938143. OLE color: 8938143.

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

Color convert

RGB15998136-
CMYK00.380.140.38
HSL322.62º24.11%50.39%-
HSV(B)322.62º38.36%62.35%-
XYZ23.1117.8825.53-
YUV120.57136.71155.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=40.46%
G=24.94%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599813600.380.140.38322.6224.1150.39
Hex9F6288026E261431832
Octal23714221004616465033062
Binary100111111100010100010000100110111010011010100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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