#994881

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

Shades of Strikemaster #994881

Tints of Strikemaster #994881

Color information

#994881 (or 0x994881) is unknown color: approx Strikemaster. HEX triplet: 99, 48 and 81. RGB value is (153,72,129). Sum of RGB (Red+Green+Blue) = 153+72+129=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #994881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994881 is #66B77E. Grayscale: #666666. Windows color (decimal): -6731647 or 8472729. OLE color: 8472729.

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

Color convert

RGB15372129-
CMYK00.530.160.4
HSL317.78º36%44.12%-
HSV(B)317.78º52.94%60%-
XYZ19.4212.9922.25-
YUV102.72142.84163.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 129 (50.78% from 255) = 36.44%
R=43.22%
G=20.34%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537212900.530.160.4317.783644.12
Hex994881035102813e242c
Octal23111020106520504764454
Binary10011001100100010000001011010110000101000100111110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994881; }

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

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

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

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

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

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

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

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