#994880

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

Shades of Strikemaster #994880

Tints of Strikemaster #994880

Color information

#994880 (or 0x994880) is unknown color: approx Strikemaster. HEX triplet: 99, 48 and 80. RGB value is (153,72,128). Sum of RGB (Red+Green+Blue) = 153+72+128=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994880 is #66B77F. Grayscale: #666666. Windows color (decimal): -6731648 or 8407193. OLE color: 8407193.

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

Color convert

RGB15372128-
CMYK00.530.160.4
HSL318.52º36%44.12%-
HSV(B)318.52º52.94%60%-
XYZ19.3512.9721.9-
YUV102.6142.34163.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=43.34%
G=20.40%
B=36.26%

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
Decimal1537212800.530.160.4318.523644.12
Hex994880035102813f242c
Octal23111020006520504774454
Binary10011001100100010000000011010110000101000100111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994880; }

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

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

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

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

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

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

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

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