#994580

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

Shades of Strikemaster #994580

Tints of Strikemaster #994580

Color information

#994580 (or 0x994580) is unknown color: approx Strikemaster. HEX triplet: 99, 45 and 80. RGB value is (153,69,128). Sum of RGB (Red+Green+Blue) = 153+69+128=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #994580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994580 is #66BA7F. Grayscale: #646464. Windows color (decimal): -6732416 or 8406425. OLE color: 8406425.

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

Color convert

RGB15369128-
CMYK00.550.160.4
HSL317.86º37.84%43.53%-
HSV(B)317.86º54.9%60%-
XYZ19.1612.5921.84-
YUV100.84143.33165.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=43.71%
G=19.71%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536912800.550.160.4317.8637.8443.53
Hex994580037102813e262c
Octal23110520006720504764654
Binary10011001100010110000000011011110000101000100111110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994580; }

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

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

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

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

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

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

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

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