Html Css Color HEX #9F396D Rouge

📋 copy color: '#9F396D'

red 159 ◦ green 57 ◦ blue 109

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

Shades of Rouge #9F396D

Tints of Rouge #9F396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

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

R = 48.92%
G = 17.54%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F396D (or 0x9F396D) is known color: Rouge. HEX triplet: 9F, 39 and 6D. RGB value is (159,57,109). Sum of RGB (Red+Green+Blue) = 159+57+109=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F396D is #60C692. Grayscale: #5D5D5D. Windows color (decimal): -6342291 or 7158175. OLE color: 7158175.

HSL color Cylindrical-coordinate representation of color #9F396D: hue angle of 329.41º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F396D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 57 109 -
CMYK 0 0.64 0.31 0.38
HSL 329.41º 0.47% 0.42% -
HSV(B) 329.41º 0.64% 0.62% -
XYZ 18.52 11.4 15.69 -
YUV 93.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 159 57 109 0 0.64 0.31 0.38 329.41 0.47 0.42
Hex 9F 39 6D 0 40 1F 26 149 2F 2A
Octal 237 71 155 0 100 37 46 511 57 52
Binary 10011111 111001 1101101 0 1000000 11111 100110 101001001 101111 101010

Color Harmonies of #9F396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F396D

Black with #9F396D

Text Example


Text Example

White with #9F396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,57,109); }

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

background-color css

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

 a { background-color: rgb(159,57,109); }

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

border-color css

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

 span { border-color: rgb(159,57,109); }

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