Html Css Color HEX #9F447F Medium Red Violet

📋 copy color: '#9F447F'

red 159 ◦ green 68 ◦ blue 127

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

Shades of Medium Red Violet #9F447F

Tints of Medium Red Violet #9F447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.21%

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

R = 44.92%
G = 19.21%
B = 35.88%

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

#9F447F (or 0x9F447F) is known color: Medium Red Violet. HEX triplet: 9F, 44 and 7F. RGB value is (159,68,127). Sum of RGB (Red+Green+Blue) = 159+68+127=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F447F is #60BB80. Grayscale: #656565. Windows color (decimal): -6339457 or 8340639. OLE color: 8340639.

HSL color Cylindrical-coordinate representation of color #9F447F: hue angle of 321.1º degrees, saturation: 0.4, 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 #9F447F is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 68 127 -
CMYK 0 0.57 0.20 0.38
HSL 321.1º 0.4% 0.45% -
HSV(B) 321.1º 0.57% 0.62% -
XYZ 20.2 13.04 21.53 -
YUV 101.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 159 68 127 0 0.57 0.20 0.38 321.1 0.4 0.45
Hex 9F 44 7F 0 39 14 26 141 28 2D
Octal 237 104 177 0 71 24 46 501 50 55
Binary 10011111 1000100 1111111 0 111001 10100 100110 101000001 101000 101101

Color Harmonies of #9F447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F447F

Black with #9F447F

Text Example


Text Example

White with #9F447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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