Html Css Color HEX #9C316E Rouge

📋 copy color: '#9C316E'

red 156 ◦ green 49 ◦ blue 110

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

Shades of Rouge #9C316E

Tints of Rouge #9C316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 49.52%
G = 15.56%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C316E (or 0x9C316E) is known color: Rouge. HEX triplet: 9C, 31 and 6E. RGB value is (156,49,110). Sum of RGB (Red+Green+Blue) = 156+49+110=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C316E is #63CE91. Grayscale: #575757. Windows color (decimal): -6540946 or 7221660. OLE color: 7221660.

HSL color Cylindrical-coordinate representation of color #9C316E: hue angle of 325.79º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C316E is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 49 110 -
CMYK 0 0.69 0.29 0.39
HSL 325.79º 0.52% 0.4% -
HSV(B) 325.79º 0.69% 0.61% -
XYZ 17.62 10.39 15.83 -
YUV 87.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 156 49 110 0 0.69 0.29 0.39 325.79 0.52 0.4
Hex 9C 31 6E 0 45 1D 27 146 34 28
Octal 234 61 156 0 105 35 47 506 64 50
Binary 10011100 110001 1101110 0 1000101 11101 100111 101000110 110100 101000

Color Harmonies of #9C316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C316E

Black with #9C316E

Text Example


Text Example

White with #9C316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,49,110); }

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

background-color css

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

 a { background-color: rgb(156,49,110); }

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

border-color css

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

 span { border-color: rgb(156,49,110); }

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