Html Css Color HEX #9F307F Medium Red Violet

📋 copy color: '#9F307F'

red 159 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #9F307F

Tints of Medium Red Violet #9F307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 47.6%
G = 14.37%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F307F (or 0x9F307F) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 7F. RGB value is (159,48,127). Sum of RGB (Red+Green+Blue) = 159+48+127=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F307F is #60CF80. Grayscale: #595959. Windows color (decimal): -6344577 or 8335519. OLE color: 8335519.

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

Color convert

RGB 159 48 127 -
CMYK 0 0.70 0.20 0.38
HSL 317.3º 0.54% 0.41% -
HSV(B) 317.3º 0.7% 0.62% -
XYZ 19.19 11.02 21.19 -
YUV 90.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 159 48 127 0 0.70 0.20 0.38 317.3 0.54 0.41
Hex 9F 30 7F 0 46 14 26 13D 36 29
Octal 237 60 177 0 106 24 46 475 66 51
Binary 10011111 110000 1111111 0 1000110 10100 100110 100111101 110110 101001

Color Harmonies of #9F307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F307F

Black with #9F307F

Text Example


Text Example

White with #9F307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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