Html Css Color HEX #9F3C7D Medium Red Violet

📋 copy color: '#9F3C7D'

red 159 ◦ green 60 ◦ blue 125

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

Shades of Medium Red Violet #9F3C7D

Tints of Medium Red Violet #9F3C7D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.44%

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

R = 46.22%
G = 17.44%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F3C7D (or 0x9F3C7D) is known color: Medium Red Violet. HEX triplet: 9F, 3C and 7D. RGB value is (159,60,125). Sum of RGB (Red+Green+Blue) = 159+60+125=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C7D is #60C382. Grayscale: #606060. Windows color (decimal): -6341507 or 8207519. OLE color: 8207519.

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

Color convert

RGB 159 60 125 -
CMYK 0 0.62 0.21 0.38
HSL 320.61º 0.45% 0.43% -
HSV(B) 320.61º 0.62% 0.62% -
XYZ 19.62 12.08 20.7 -
YUV 97.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 159 60 125 0 0.62 0.21 0.38 320.61 0.45 0.43
Hex 9F 3C 7D 0 3E 15 26 141 2D 2B
Octal 237 74 175 0 76 25 46 501 55 53
Binary 10011111 111100 1111101 0 111110 10101 100110 101000001 101101 101011

Color Harmonies of #9F3C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C7D

Black with #9F3C7D

Text Example


Text Example

White with #9F3C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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