#994C84

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

Shades of Strikemaster #994C84

Tints of Strikemaster #994C84

Color information

#994C84 (or 0x994C84) is unknown color: approx Strikemaster. HEX triplet: 99, 4C and 84. RGB value is (153,76,132). Sum of RGB (Red+Green+Blue) = 153+76+132=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #994C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C84 is #66B37B. Grayscale: #696969. Windows color (decimal): -6730620 or 8670361. OLE color: 8670361.

HSL color Cylindrical-coordinate representation of color #994C84: hue angle of 316.36º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C84 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15376132-
CMYK00.500.140.4
HSL316.36º33.62%44.9%-
HSV(B)316.36º50.33%60%-
XYZ19.8913.6123.41-
YUV105.41143.01161.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=42.38%
G=21.05%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537613200.500.140.4316.3633.6244.9
Hex994C84032E2813c222d
Octal23111420406216504744255
Binary1001100110011001000010001100101110101000100111100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994C84; }

 p { color: rgb(153,76,132); }

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

<style>
 a { background-color: #994C84; }

 a { background-color: rgb(153,76,132); }

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

<style>
 span { border-color: #994C84; }

 span { border-color: rgb(153,76,132); }

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