Html Css Color HEX #9C3A6D Rouge

📋 copy color: '#9C3A6D'

red 156 ◦ green 58 ◦ blue 109

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

Shades of Rouge #9C3A6D

Tints of Rouge #9C3A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 48.3%
G = 17.96%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C3A6D (or 0x9C3A6D) is known color: Rouge. HEX triplet: 9C, 3A and 6D. RGB value is (156,58,109). Sum of RGB (Red+Green+Blue) = 156+58+109=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3A6D is #63C592. Grayscale: #5D5D5D. Windows color (decimal): -6538643 or 7158428. OLE color: 7158428.

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

Color convert

RGB 156 58 109 -
CMYK 0 0.63 0.30 0.39
HSL 328.78º 0.46% 0.42% -
HSV(B) 328.78º 0.63% 0.61% -
XYZ 17.98 11.2 15.68 -
YUV 93.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 156 58 109 0 0.63 0.30 0.39 328.78 0.46 0.42
Hex 9C 3A 6D 0 3F 1E 27 149 2E 2A
Octal 234 72 155 0 77 36 47 511 56 52
Binary 10011100 111010 1101101 0 111111 11110 100111 101001001 101110 101010

Color Harmonies of #9C3A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3A6D

Black with #9C3A6D

Text Example


Text Example

White with #9C3A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,58,109); }

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

background-color css

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

 a { background-color: rgb(156,58,109); }

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

border-color css

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

 span { border-color: rgb(156,58,109); }

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