Html Css Color HEX #9F457F Medium Red Violet

📋 copy color: '#9F457F'

red 159 ◦ green 69 ◦ blue 127

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

Shades of Medium Red Violet #9F457F

Tints of Medium Red Violet #9F457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.44%

 BLUE value IS 127 (50% from 255) = 35.77%

R = 44.79%
G = 19.44%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F457F (or 0x9F457F) is known color: Medium Red Violet. HEX triplet: 9F, 45 and 7F. RGB value is (159,69,127). Sum of RGB (Red+Green+Blue) = 159+69+127=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F457F is #60BA80. Grayscale: #666666. Windows color (decimal): -6339201 or 8340895. OLE color: 8340895.

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

Color convert

RGB 159 69 127 -
CMYK 0 0.57 0.20 0.38
HSL 321.33º 0.39% 0.45% -
HSV(B) 321.33º 0.57% 0.62% -
XYZ 20.26 13.16 21.55 -
YUV 102.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 159 69 127 0 0.57 0.20 0.38 321.33 0.39 0.45
Hex 9F 45 7F 0 39 14 26 141 27 2D
Octal 237 105 177 0 71 24 46 501 47 55
Binary 10011111 1000101 1111111 0 111001 10100 100110 101000001 100111 101101

Color Harmonies of #9F457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F457F

Black with #9F457F

Text Example


Text Example

White with #9F457F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,69,127); }

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

background-color css

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

 a { background-color: rgb(159,69,127); }

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

border-color css

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

 span { border-color: rgb(159,69,127); }

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