Html Css Color HEX #9F3076 Medium Red Violet

📋 copy color: '#9F3076'

red 159 ◦ green 48 ◦ blue 118

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

Shades of Medium Red Violet #9F3076

Tints of Medium Red Violet #9F3076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 48.92%
G = 14.77%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F3076 (or 0x9F3076) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 76. RGB value is (159,48,118). Sum of RGB (Red+Green+Blue) = 159+48+118=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3076 is #60CF89. Grayscale: #595959. Windows color (decimal): -6344586 or 7745695. OLE color: 7745695.

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

Color convert

RGB 159 48 118 -
CMYK 0 0.70 0.26 0.38
HSL 322.16º 0.54% 0.41% -
HSV(B) 322.16º 0.7% 0.62% -
XYZ 18.63 10.79 18.24 -
YUV 89.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 159 48 118 0 0.70 0.26 0.38 322.16 0.54 0.41
Hex 9F 30 76 0 46 1A 26 142 36 29
Octal 237 60 166 0 106 32 46 502 66 51
Binary 10011111 110000 1110110 0 1000110 11010 100110 101000010 110110 101001

Color Harmonies of #9F3076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3076

Black with #9F3076

Text Example


Text Example

White with #9F3076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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