Html Css Color HEX #994578 Rouge

📋 copy color: '#994578'

red 153 ◦ green 69 ◦ blue 120

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

Shades of Rouge #994578

Tints of Rouge #994578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 44.74%
G = 20.18%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994578 (or 0x994578) is known color: Rouge. HEX triplet: 99, 45 and 78. RGB value is (153,69,120). Sum of RGB (Red+Green+Blue) = 153+69+120=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #994578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994578 is #66BA87. Grayscale: #636363. Windows color (decimal): -6732424 or 7882137. OLE color: 7882137.

HSL color Cylindrical-coordinate representation of color #994578: hue angle of 323.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994578 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 120 -
CMYK 0 0.55 0.22 0.4
HSL 323.57º 0.38% 0.44% -
HSV(B) 323.57º 0.55% 0.6% -
XYZ 18.66 12.38 19.18 -
YUV 99.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 153 69 120 0 0.55 0.22 0.4 323.57 0.38 0.44
Hex 99 45 78 0 37 16 28 144 26 2C
Octal 231 105 170 0 67 26 50 504 46 54
Binary 10011001 1000101 1111000 0 110111 10110 101000 101000100 100110 101100

Color Harmonies of #994578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994578

Black with #994578

Text Example


Text Example

White with #994578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994578; }

 p { color: rgb(153,69,120); }

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

background-color css

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

 a { background-color: rgb(153,69,120); }

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

border-color css

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

 span { border-color: rgb(153,69,120); }

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