#994884

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

Shades of Strikemaster #994884

Tints of Strikemaster #994884

Color information

#994884 (or 0x994884) is unknown color: approx Strikemaster. HEX triplet: 99, 48 and 84. RGB value is (153,72,132). Sum of RGB (Red+Green+Blue) = 153+72+132=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #994884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994884 is #66B77B. Grayscale: #666666. Windows color (decimal): -6731644 or 8669337. OLE color: 8669337.

HSL color Cylindrical-coordinate representation of color #994884: hue angle of 315.56º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994884 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15372132-
CMYK00.530.140.4
HSL315.56º36%44.12%-
HSV(B)315.56º52.94%60%-
XYZ19.6213.0723.32-
YUV103.06144.34163.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=42.86%
G=20.17%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537213200.530.140.4315.563644.12
Hex994884035E2813c242c
Octal23111020406516504744454
Binary1001100110010001000010001101011110101000100111100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994884; }

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

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

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

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

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

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

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

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