Html Css Color HEX #9A3C71 Rouge

📋 copy color: '#9A3C71'

red 154 ◦ green 60 ◦ blue 113

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

Shades of Rouge #9A3C71

Tints of Rouge #9A3C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 47.09%
G = 18.35%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A3C71 (or 0x9A3C71) is known color: Rouge. HEX triplet: 9A, 3C and 71. RGB value is (154,60,113). Sum of RGB (Red+Green+Blue) = 154+60+113=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C71 is #65C38E. Grayscale: #5E5E5E. Windows color (decimal): -6669199 or 7421082. OLE color: 7421082.

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

Color convert

RGB 154 60 113 -
CMYK 0 0.61 0.27 0.40
HSL 326.17º 0.44% 0.42% -
HSV(B) 326.17º 0.61% 0.6% -
XYZ 17.92 11.29 16.86 -
YUV 94.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 154 60 113 0 0.61 0.27 0.40 326.17 0.44 0.42
Hex 9A 3C 71 0 3D 1B 28 146 2C 2A
Octal 232 74 161 0 75 33 50 506 54 52
Binary 10011010 111100 1110001 0 111101 11011 101000 101000110 101100 101010

Color Harmonies of #9A3C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3C71

Black with #9A3C71

Text Example


Text Example

White with #9A3C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,60,113); }

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

background-color css

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

 a { background-color: rgb(154,60,113); }

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

border-color css

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

 span { border-color: rgb(154,60,113); }

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