Html Css Color HEX #9A4477 Rouge

📋 copy color: '#9A4477'

red 154 ◦ green 68 ◦ blue 119

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

Shades of Rouge #9A4477

Tints of Rouge #9A4477

RGB

 RED value IS 154 (60.55% from 255) = 45.16%

 GREEN value IS 68 (26.95% from 255) = 19.94%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 45.16%
G = 19.94%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A4477 (or 0x9A4477) is known color: Rouge. HEX triplet: 9A, 44 and 77. RGB value is (154,68,119). Sum of RGB (Red+Green+Blue) = 154+68+119=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4477 is #65BB88. Grayscale: #636363. Windows color (decimal): -6667145 or 7816346. OLE color: 7816346.

HSL color Cylindrical-coordinate representation of color #9A4477: hue angle of 324.42º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A4477 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 68 119 -
CMYK 0 0.56 0.23 0.40
HSL 324.42º 0.39% 0.44% -
HSV(B) 324.42º 0.56% 0.6% -
XYZ 18.72 12.34 18.85 -
YUV 99.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 154 68 119 0 0.56 0.23 0.40 324.42 0.39 0.44
Hex 9A 44 77 0 38 17 28 144 27 2C
Octal 232 104 167 0 70 27 50 504 47 54
Binary 10011010 1000100 1110111 0 111000 10111 101000 101000100 100111 101100

Color Harmonies of #9A4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4477

Black with #9A4477

Text Example


Text Example

White with #9A4477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4477; }

 p { color: rgb(154,68,119); }

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

background-color css

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

 a { background-color: rgb(154,68,119); }

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

border-color css

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

 span { border-color: rgb(154,68,119); }

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