#9F4E88

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

Shades of Strikemaster #9F4E88

Tints of Strikemaster #9F4E88

Color information

#9F4E88 (or 0x9F4E88) is unknown color: approx Strikemaster. HEX triplet: 9F, 4E and 88. RGB value is (159,78,136). Sum of RGB (Red+Green+Blue) = 159+78+136=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E88 is #60B177. Grayscale: #6C6C6C. Windows color (decimal): -6336888 or 8933023. OLE color: 8933023.

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

Color convert

RGB15978136-
CMYK00.510.140.38
HSL317.04º34.18%46.47%-
HSV(B)317.04º50.94%62.35%-
XYZ21.4714.624.98-
YUV108.83143.34163.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=42.63%
G=20.91%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597813600.510.140.38317.0434.1846.47
Hex9F4E88033E2613d222e
Octal23711621006316464754256
Binary1001111110011101000100001100111110100110100111101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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