Html Css Color HEX #9F2F7D Medium Red Violet

📋 copy color: '#9F2F7D'

red 159 ◦ green 47 ◦ blue 125

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

Shades of Medium Red Violet #9F2F7D

Tints of Medium Red Violet #9F2F7D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.2%

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 48.04%
G = 14.2%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F2F7D (or 0x9F2F7D) is known color: Medium Red Violet. HEX triplet: 9F, 2F and 7D. RGB value is (159,47,125). Sum of RGB (Red+Green+Blue) = 159+47+125=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2F7D is #60D082. Grayscale: #595959. Windows color (decimal): -6344835 or 8204191. OLE color: 8204191.

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

Color convert

RGB 159 47 125 -
CMYK 0 0.70 0.21 0.38
HSL 318.21º 0.54% 0.4% -
HSV(B) 318.21º 0.7% 0.62% -
XYZ 19.02 10.88 20.5 -
YUV 89.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 159 47 125 0 0.70 0.21 0.38 318.21 0.54 0.4
Hex 9F 2F 7D 0 46 15 26 13E 36 28
Octal 237 57 175 0 106 25 46 476 66 50
Binary 10011111 101111 1111101 0 1000110 10101 100110 100111110 110110 101000

Color Harmonies of #9F2F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2F7D

Black with #9F2F7D

Text Example


Text Example

White with #9F2F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,47,125); }

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

background-color css

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

 a { background-color: rgb(159,47,125); }

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

border-color css

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

 span { border-color: rgb(159,47,125); }

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