Html Css Color HEX #9F417E Medium Red Violet

📋 copy color: '#9F417E'

red 159 ◦ green 65 ◦ blue 126

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

Shades of Medium Red Violet #9F417E

Tints of Medium Red Violet #9F417E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36%

R = 45.43%
G = 18.57%
B = 36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F417E (or 0x9F417E) is known color: Medium Red Violet. HEX triplet: 9F, 41 and 7E. RGB value is (159,65,126). Sum of RGB (Red+Green+Blue) = 159+65+126=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F417E is #60BE81. Grayscale: #636363. Windows color (decimal): -6340226 or 8274335. OLE color: 8274335.

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

Color convert

RGB 159 65 126 -
CMYK 0 0.59 0.21 0.38
HSL 321.06º 0.42% 0.44% -
HSV(B) 321.06º 0.59% 0.62% -
XYZ 19.95 12.66 21.13 -
YUV 100.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 159 65 126 0 0.59 0.21 0.38 321.06 0.42 0.44
Hex 9F 41 7E 0 3B 15 26 141 2A 2C
Octal 237 101 176 0 73 25 46 501 52 54
Binary 10011111 1000001 1111110 0 111011 10101 100110 101000001 101010 101100

Color Harmonies of #9F417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F417E

Black with #9F417E

Text Example


Text Example

White with #9F417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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