#994883

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

Shades of Strikemaster #994883

Tints of Strikemaster #994883

Color information

#994883 (or 0x994883) is unknown color: approx Strikemaster. HEX triplet: 99, 48 and 83. RGB value is (153,72,131). Sum of RGB (Red+Green+Blue) = 153+72+131=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #994883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994883 is #66B77C. Grayscale: #666666. Windows color (decimal): -6731645 or 8603801. OLE color: 8603801.

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

Color convert

RGB15372131-
CMYK00.530.140.4
HSL316.3º36%44.12%-
HSV(B)316.3º52.94%60%-
XYZ19.5513.0522.96-
YUV102.94143.84163.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 72 (28.52% from 255) = 20.22%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=42.98%
G=20.22%
B=36.80%

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
Decimal1537213100.530.140.4316.33644.12
Hex994883035E2813c242c
Octal23111020306516504744454
Binary1001100110010001000001101101011110101000100111100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994883; }

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

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

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

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

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

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

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

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