#994885

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

Shades of Strikemaster #994885

Tints of Strikemaster #994885

Color information

#994885 (or 0x994885) is unknown color: approx Strikemaster. HEX triplet: 99, 48 and 85. RGB value is (153,72,133). Sum of RGB (Red+Green+Blue) = 153+72+133=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #994885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994885 is #66B77A. Grayscale: #676767. Windows color (decimal): -6731643 or 8734873. OLE color: 8734873.

HSL color Cylindrical-coordinate representation of color #994885: hue angle of 314.81º 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 #994885 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB15372133-
CMYK00.530.130.4
HSL314.81º36%44.12%-
HSV(B)314.81º52.94%60%-
XYZ19.6913.123.68-
YUV103.17144.84163.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 72 (28.52% from 255) = 20.11%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=42.74%
G=20.11%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537213300.530.130.4314.813644.12
Hex994885035D2813b242c
Octal23111020506515504734454
Binary1001100110010001000010101101011101101000100111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994885; }

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

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

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

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

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

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

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

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