Html Css Color HEX #9F307C Medium Red Violet

📋 copy color: '#9F307C'

red 159 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #9F307C

Tints of Medium Red Violet #9F307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 48.04%
G = 14.5%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F307C (or 0x9F307C) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 7C. RGB value is (159,48,124). Sum of RGB (Red+Green+Blue) = 159+48+124=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F307C is #60CF83. Grayscale: #595959. Windows color (decimal): -6344580 or 8138911. OLE color: 8138911.

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

Color convert

RGB 159 48 124 -
CMYK 0 0.70 0.22 0.38
HSL 318.92º 0.54% 0.41% -
HSV(B) 318.92º 0.7% 0.62% -
XYZ 18.99 10.94 20.18 -
YUV 89.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 159 48 124 0 0.70 0.22 0.38 318.92 0.54 0.41
Hex 9F 30 7C 0 46 16 26 13F 36 29
Octal 237 60 174 0 106 26 46 477 66 51
Binary 10011111 110000 1111100 0 1000110 10110 100110 100111111 110110 101001

Color Harmonies of #9F307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F307C

Black with #9F307C

Text Example


Text Example

White with #9F307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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