#994F7E

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

Shades of Strikemaster #994F7E

Tints of Strikemaster #994F7E

Color information

#994F7E (or 0x994F7E) is unknown color: approx Strikemaster. HEX triplet: 99, 4F and 7E. RGB value is (153,79,126). Sum of RGB (Red+Green+Blue) = 153+79+126=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #994F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F7E is #66B081. Grayscale: #6A6A6A. Windows color (decimal): -6729858 or 8277913. OLE color: 8277913.

HSL color Cylindrical-coordinate representation of color #994F7E: hue angle of 321.89º 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 #994F7E is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15379126-
CMYK00.480.180.4
HSL321.89º31.9%45.49%-
HSV(B)321.89º48.37%60%-
XYZ19.713.8721.38-
YUV106.48139.02161.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 79 (31.25% from 255) = 22.07%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=42.74%
G=22.07%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537912600.480.180.4321.8931.945.49
Hex994F7E0301228142202d
Octal23111717606022505024055
Binary1001100110011111111110011000010010101000101000010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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