Html Css Color HEX #9C3B74 Rouge

📋 copy color: '#9C3B74'

red 156 ◦ green 59 ◦ blue 116

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

Shades of Rouge #9C3B74

Tints of Rouge #9C3B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

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

R = 47.13%
G = 17.82%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C3B74 (or 0x9C3B74) is known color: Rouge. HEX triplet: 9C, 3B and 74. RGB value is (156,59,116). Sum of RGB (Red+Green+Blue) = 156+59+116=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3B74 is #63C48B. Grayscale: #5E5E5E. Windows color (decimal): -6538380 or 7617436. OLE color: 7617436.

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

Color convert

RGB 156 59 116 -
CMYK 0 0.62 0.26 0.39
HSL 324.74º 0.45% 0.42% -
HSV(B) 324.74º 0.62% 0.61% -
XYZ 18.43 11.46 17.76 -
YUV 94.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 156 59 116 0 0.62 0.26 0.39 324.74 0.45 0.42
Hex 9C 3B 74 0 3E 1A 27 145 2D 2A
Octal 234 73 164 0 76 32 47 505 55 52
Binary 10011100 111011 1110100 0 111110 11010 100111 101000101 101101 101010

Color Harmonies of #9C3B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3B74

Black with #9C3B74

Text Example


Text Example

White with #9C3B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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