Html Css Color HEX #9F3970 Rouge

📋 copy color: '#9F3970'

red 159 ◦ green 57 ◦ blue 112

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

Shades of Rouge #9F3970

Tints of Rouge #9F3970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 48.48%
G = 17.38%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F3970 (or 0x9F3970) is known color: Rouge. HEX triplet: 9F, 39 and 70. RGB value is (159,57,112). Sum of RGB (Red+Green+Blue) = 159+57+112=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3970 is #60C68F. Grayscale: #5D5D5D. Windows color (decimal): -6342288 or 7354783. OLE color: 7354783.

HSL color Cylindrical-coordinate representation of color #9F3970: hue angle of 327.65º 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 #9F3970 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 57 112 -
CMYK 0 0.64 0.30 0.38
HSL 327.65º 0.47% 0.42% -
HSV(B) 327.65º 0.64% 0.62% -
XYZ 18.69 11.47 16.56 -
YUV 93.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 159 57 112 0 0.64 0.30 0.38 327.65 0.47 0.42
Hex 9F 39 70 0 40 1E 26 148 2F 2A
Octal 237 71 160 0 100 36 46 510 57 52
Binary 10011111 111001 1110000 0 1000000 11110 100110 101001000 101111 101010

Color Harmonies of #9F3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3970

Black with #9F3970

Text Example


Text Example

White with #9F3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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