#9F306F

Color #9F306F Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #9F306F

Tints of Rouge #9F306F

Color information

#9F306F (or 0x9F306F) is unknown color: approx Rouge. HEX triplet: 9F, 30 and 6F. RGB value is (159,48,111). Sum of RGB (Red+Green+Blue) = 159+48+111=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F306F is #60CF90. Grayscale: #585858. Windows color (decimal): -6344593 or 7286943. OLE color: 7286943.

HSL color Cylindrical-coordinate representation of color #9F306F: hue angle of 325.95º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F306F is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15948111-
CMYK00.700.300.38
HSL325.95º53.62%40.59%-
HSV(B)325.95º69.81%62.35%-
XYZ18.2210.6316.13-
YUV88.37140.77178.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=50%
G=15.09%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594811100.700.300.38325.9553.6240.59
Hex9F306F0461E261463629
Octal23760157010636465066651
Binary1001111111000011011110100011011110100110101000110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,48,111); }

 H1.HeaderClassName
 {
   color: #9F306F;
 }
 .AnyTagClassName
 {
   color: #9F306F;
 }
</style>
background-color css

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

 a { background-color: rgb(159,48,111); }

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

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

 span { border-color: rgb(159,48,111); }

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