Html Css Color HEX #9A3C76 Rouge

📋 copy color: '#9A3C76'

red 154 ◦ green 60 ◦ blue 118

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

Shades of Rouge #9A3C76

Tints of Rouge #9A3C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 46.39%
G = 18.07%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A3C76 (or 0x9A3C76) is known color: Rouge. HEX triplet: 9A, 3C and 76. RGB value is (154,60,118). Sum of RGB (Red+Green+Blue) = 154+60+118=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C76 is #65C389. Grayscale: #5E5E5E. Windows color (decimal): -6669194 or 7748762. OLE color: 7748762.

HSL color Cylindrical-coordinate representation of color #9A3C76: hue angle of 322.98º 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 #9A3C76 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 60 118 -
CMYK 0 0.61 0.23 0.40
HSL 322.98º 0.44% 0.42% -
HSV(B) 322.98º 0.61% 0.6% -
XYZ 18.21 11.41 18.38 -
YUV 94.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 154 60 118 0 0.61 0.23 0.40 322.98 0.44 0.42
Hex 9A 3C 76 0 3D 17 28 143 2C 2A
Octal 232 74 166 0 75 27 50 503 54 52
Binary 10011010 111100 1110110 0 111101 10111 101000 101000011 101100 101010

Color Harmonies of #9A3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3C76

Black with #9A3C76

Text Example


Text Example

White with #9A3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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