#9F4B84

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

Shades of Strikemaster #9F4B84

Tints of Strikemaster #9F4B84

Color information

#9F4B84 (or 0x9F4B84) is unknown color: approx Strikemaster. HEX triplet: 9F, 4B and 84. RGB value is (159,75,132). Sum of RGB (Red+Green+Blue) = 159+75+132=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4B84 is #60B47B. Grayscale: #6A6A6A. Windows color (decimal): -6337660 or 8670111. OLE color: 8670111.

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

Color convert

RGB15975132-
CMYK00.530.170.38
HSL319.29º35.9%45.88%-
HSV(B)319.29º52.83%62.35%-
XYZ20.9814.0723.44-
YUV106.61142.33165.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=43.44%
G=20.49%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597513200.530.170.38319.2935.945.88
Hex9F4B84035112613f242e
Octal23711320406521464774456
Binary10011111100101110000100011010110001100110100111111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,75,132); }

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

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

 a { background-color: rgb(159,75,132); }

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

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

 span { border-color: rgb(159,75,132); }

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