Html Css Color HEX #9C4174 Rouge

📋 copy color: '#9C4174'

red 156 ◦ green 65 ◦ blue 116

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

Shades of Rouge #9C4174

Tints of Rouge #9C4174

RGB

 RED value IS 156 (61.33% from 255) = 46.29%

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 46.29%
G = 19.29%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C4174 (or 0x9C4174) is known color: Rouge. HEX triplet: 9C, 41 and 74. RGB value is (156,65,116). Sum of RGB (Red+Green+Blue) = 156+65+116=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4174 is #63BE8B. Grayscale: #616161. Windows color (decimal): -6536844 or 7618972. OLE color: 7618972.

HSL color Cylindrical-coordinate representation of color #9C4174: hue angle of 326.37º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4174 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 65 116 -
CMYK 0 0.58 0.26 0.39
HSL 326.37º 0.41% 0.43% -
HSV(B) 326.37º 0.58% 0.61% -
XYZ 18.75 12.11 17.87 -
YUV 98.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 156 65 116 0 0.58 0.26 0.39 326.37 0.41 0.43
Hex 9C 41 74 0 3A 1A 27 146 29 2B
Octal 234 101 164 0 72 32 47 506 51 53
Binary 10011100 1000001 1110100 0 111010 11010 100111 101000110 101001 101011

Color Harmonies of #9C4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4174

Black with #9C4174

Text Example


Text Example

White with #9C4174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,65,116); }

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

background-color css

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

 a { background-color: rgb(156,65,116); }

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

border-color css

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

 span { border-color: rgb(156,65,116); }

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