#9C4984

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

Shades of Strikemaster #9C4984

Tints of Strikemaster #9C4984

Color information

#9C4984 (or 0x9C4984) is unknown color: approx Strikemaster. HEX triplet: 9C, 49 and 84. RGB value is (156,73,132). Sum of RGB (Red+Green+Blue) = 156+73+132=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4984 is #63B67B. Grayscale: #686868. Windows color (decimal): -6534780 or 8669596. OLE color: 8669596.

HSL color Cylindrical-coordinate representation of color #9C4984: hue angle of 317.35º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4984 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15673132-
CMYK00.530.150.39
HSL317.35º36.24%44.9%-
HSV(B)317.35º53.21%61.18%-
XYZ20.2613.523.37-
YUV104.54143.5164.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=43.21%
G=20.22%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567313200.530.150.39317.3536.2444.9
Hex9C4984035F2713d242d
Octal23411120406517474754455
Binary1001110010010011000010001101011111100111100111101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,73,132); }

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

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

 a { background-color: rgb(156,73,132); }

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

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

 span { border-color: rgb(156,73,132); }

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