Html Css Color HEX #9F3C73 Rouge

📋 copy color: '#9F3C73'

red 159 ◦ green 60 ◦ blue 115

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

Shades of Rouge #9F3C73

Tints of Rouge #9F3C73

RGB

 RED value IS 159 (62.5% from 255) = 47.6%

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

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 47.6%
G = 17.96%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F3C73 (or 0x9F3C73) is known color: Rouge. HEX triplet: 9F, 3C and 73. RGB value is (159,60,115). Sum of RGB (Red+Green+Blue) = 159+60+115=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C73 is #60C38C. Grayscale: #5F5F5F. Windows color (decimal): -6341517 or 7552159. OLE color: 7552159.

HSL color Cylindrical-coordinate representation of color #9F3C73: hue angle of 326.67º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F3C73 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 60 115 -
CMYK 0 0.62 0.28 0.38
HSL 326.67º 0.45% 0.43% -
HSV(B) 326.67º 0.62% 0.62% -
XYZ 19.01 11.84 17.5 -
YUV 95.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 159 60 115 0 0.62 0.28 0.38 326.67 0.45 0.43
Hex 9F 3C 73 0 3E 1C 26 147 2D 2B
Octal 237 74 163 0 76 34 46 507 55 53
Binary 10011111 111100 1110011 0 111110 11100 100110 101000111 101101 101011

Color Harmonies of #9F3C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C73

Black with #9F3C73

Text Example


Text Example

White with #9F3C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,60,115); }

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

background-color css

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

 a { background-color: rgb(159,60,115); }

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

border-color css

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

 span { border-color: rgb(159,60,115); }

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