Html Css Color HEX #9F316E Rouge

📋 copy color: '#9F316E'

red 159 ◦ green 49 ◦ blue 110

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

Shades of Rouge #9F316E

Tints of Rouge #9F316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 50%
G = 15.41%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F316E (or 0x9F316E) is known color: Rouge. HEX triplet: 9F, 31 and 6E. RGB value is (159,49,110). Sum of RGB (Red+Green+Blue) = 159+49+110=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F316E is #60CE91. Grayscale: #585858. Windows color (decimal): -6344338 or 7221663. OLE color: 7221663.

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

Color convert

RGB 159 49 110 -
CMYK 0 0.69 0.31 0.38
HSL 326.73º 0.53% 0.41% -
HSV(B) 326.73º 0.69% 0.62% -
XYZ 18.21 10.69 15.86 -
YUV 88.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 159 49 110 0 0.69 0.31 0.38 326.73 0.53 0.41
Hex 9F 31 6E 0 45 1F 26 147 35 29
Octal 237 61 156 0 105 37 46 507 65 51
Binary 10011111 110001 1101110 0 1000101 11111 100110 101000111 110101 101001

Color Harmonies of #9F316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F316E

Black with #9F316E

Text Example


Text Example

White with #9F316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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