Html Css Color HEX #9A316C Rouge

📋 copy color: '#9A316C'

red 154 ◦ green 49 ◦ blue 108

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

Shades of Rouge #9A316C

Tints of Rouge #9A316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 49.52%
G = 15.76%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#9A316C (or 0x9A316C) is known color: Rouge. HEX triplet: 9A, 31 and 6C. RGB value is (154,49,108). Sum of RGB (Red+Green+Blue) = 154+49+108=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A316C is #65CE93. Grayscale: #565656. Windows color (decimal): -6672020 or 7090586. OLE color: 7090586.

HSL color Cylindrical-coordinate representation of color #9A316C: hue angle of 326.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A316C is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 49 108 -
CMYK 0 0.68 0.30 0.40
HSL 326.29º 0.52% 0.4% -
HSV(B) 326.29º 0.68% 0.6% -
XYZ 17.13 10.15 15.24 -
YUV 87.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 154 49 108 0 0.68 0.30 0.40 326.29 0.52 0.4
Hex 9A 31 6C 0 44 1E 28 146 34 28
Octal 232 61 154 0 104 36 50 506 64 50
Binary 10011010 110001 1101100 0 1000100 11110 101000 101000110 110100 101000

Color Harmonies of #9A316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A316C

Black with #9A316C

Text Example


Text Example

White with #9A316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,49,108); }

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

background-color css

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

 a { background-color: rgb(154,49,108); }

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

border-color css

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

 span { border-color: rgb(154,49,108); }

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