Html Css Color HEX #994079 Rouge

📋 copy color: '#994079'

red 153 ◦ green 64 ◦ blue 121

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

Shades of Rouge #994079

Tints of Rouge #994079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

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

R = 45.27%
G = 18.93%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#994079 (or 0x994079) is known color: Rouge. HEX triplet: 99, 40 and 79. RGB value is (153,64,121). Sum of RGB (Red+Green+Blue) = 153+64+121=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994079 is #66BF86. Grayscale: #606060. Windows color (decimal): -6733703 or 7946393. OLE color: 7946393.

HSL color Cylindrical-coordinate representation of color #994079: hue angle of 321.57º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994079 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 64 121 -
CMYK 0 0.58 0.21 0.4
HSL 321.57º 0.41% 0.43% -
HSV(B) 321.57º 0.58% 0.6% -
XYZ 18.42 11.82 19.4 -
YUV 97.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 153 64 121 0 0.58 0.21 0.4 321.57 0.41 0.43
Hex 99 40 79 0 3A 15 28 142 29 2B
Octal 231 100 171 0 72 25 50 502 51 53
Binary 10011001 1000000 1111001 0 111010 10101 101000 101000010 101001 101011

Color Harmonies of #994079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994079

Black with #994079

Text Example


Text Example

White with #994079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994079; }

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

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

background-color css

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

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

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

border-color css

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

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

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