#994F7F

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

Shades of Strikemaster #994F7F

Tints of Strikemaster #994F7F

Color information

#994F7F (or 0x994F7F) is unknown color: approx Strikemaster. HEX triplet: 99, 4F and 7F. RGB value is (153,79,127). Sum of RGB (Red+Green+Blue) = 153+79+127=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #994F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F7F is #66B080. Grayscale: #6A6A6A. Windows color (decimal): -6729857 or 8343449. OLE color: 8343449.

HSL color Cylindrical-coordinate representation of color #994F7F: hue angle of 321.08º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F7F is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15379127-
CMYK00.480.170.4
HSL321.08º31.9%45.49%-
HSV(B)321.08º48.37%60%-
XYZ19.7613.921.72-
YUV106.6139.52161.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 127 (50% from 255) = 35.38%
R=42.62%
G=22.01%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537912700.480.170.4321.0831.945.49
Hex994F7F0301128141202d
Octal23111717706021505014055
Binary1001100110011111111111011000010001101000101000001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994F7F; }

 p { color: rgb(153,79,127); }

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

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

 a { background-color: rgb(153,79,127); }

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

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

 span { border-color: rgb(153,79,127); }

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