Html Css Color HEX #9F3173 Rouge

📋 copy color: '#9F3173'

red 159 ◦ green 49 ◦ blue 115

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

Shades of Rouge #9F3173

Tints of Rouge #9F3173

RGB

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

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

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

R = 49.23%
G = 15.17%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F3173 (or 0x9F3173) is known color: Rouge. HEX triplet: 9F, 31 and 73. RGB value is (159,49,115). Sum of RGB (Red+Green+Blue) = 159+49+115=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3173 is #60CE8C. Grayscale: #595959. Windows color (decimal): -6344333 or 7549343. OLE color: 7549343.

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

Color convert

RGB 159 49 115 -
CMYK 0 0.69 0.28 0.38
HSL 324º 0.53% 0.41% -
HSV(B) 324º 0.69% 0.62% -
XYZ 18.49 10.81 17.33 -
YUV 89.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 159 49 115 0 0.69 0.28 0.38 324 0.53 0.41
Hex 9F 31 73 0 45 1C 26 144 35 29
Octal 237 61 163 0 105 34 46 504 65 51
Binary 10011111 110001 1110011 0 1000101 11100 100110 101000100 110101 101001

Color Harmonies of #9F3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3173

Black with #9F3173

Text Example


Text Example

White with #9F3173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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