Html Css Color HEX #9F417C Medium Red Violet

📋 copy color: '#9F417C'

red 159 ◦ green 65 ◦ blue 124

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

Shades of Medium Red Violet #9F417C

Tints of Medium Red Violet #9F417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 45.69%
G = 18.68%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F417C (or 0x9F417C) is known color: Medium Red Violet. HEX triplet: 9F, 41 and 7C. RGB value is (159,65,124). Sum of RGB (Red+Green+Blue) = 159+65+124=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F417C is #60BE83. Grayscale: #636363. Windows color (decimal): -6340228 or 8143263. OLE color: 8143263.

HSL color Cylindrical-coordinate representation of color #9F417C: hue angle of 322.34º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F417C is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 65 124 -
CMYK 0 0.59 0.22 0.38
HSL 322.34º 0.42% 0.44% -
HSV(B) 322.34º 0.59% 0.62% -
XYZ 19.83 12.61 20.46 -
YUV 99.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 159 65 124 0 0.59 0.22 0.38 322.34 0.42 0.44
Hex 9F 41 7C 0 3B 16 26 142 2A 2C
Octal 237 101 174 0 73 26 46 502 52 54
Binary 10011111 1000001 1111100 0 111011 10110 100110 101000010 101010 101100

Color Harmonies of #9F417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F417C

Black with #9F417C

Text Example


Text Example

White with #9F417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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