Html Css Color HEX #994E79 Strikemaster

📋 copy color: '#994E79'

red 153 ◦ green 78 ◦ blue 121

#994E79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #994E79

Tints of Strikemaster #994E79

RGB

 RED value IS 153 (60.16% from 255) = 43.47%

 GREEN value IS 78 (30.86% from 255) = 22.16%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 43.47%
G = 22.16%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#994E79 (or 0x994E79) is known color: Strikemaster. HEX triplet: 99, 4E and 79. RGB value is (153,78,121). Sum of RGB (Red+Green+Blue) = 153+78+121=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #994E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E79 is #66B186. Grayscale: #696969. Windows color (decimal): -6730119 or 7949977. OLE color: 7949977.

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

Color convert

RGB 153 78 121 -
CMYK 0 0.49 0.21 0.4
HSL 325.6º 0.32% 0.45% -
HSV(B) 325.6º 0.49% 0.6% -
XYZ 19.31 13.6 19.7 -
YUV 105.33 136.85 162 -
System Red Green Blue C M Y K H S L
Decimal 153 78 121 0 0.49 0.21 0.4 325.6 0.32 0.45
Hex 99 4E 79 0 31 15 28 146 20 2D
Octal 231 116 171 0 61 25 50 506 40 55
Binary 10011001 1001110 1111001 0 110001 10101 101000 101000110 100000 101101

Color Harmonies of #994E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E79

Black with #994E79

Text Example


Text Example

White with #994E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,78,121); }

 H1.HeaderClassName
 {
   color: #994E79;
 }
 .AnyTagClassName
 {
   color: #994E79;
 }
</style>

background-color css

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

 a { background-color: rgb(153,78,121); }

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

border-color css

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

 span { border-color: rgb(153,78,121); }

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