Html Css Color HEX #9F4985 Medium Red Violet

📋 copy color: '#9F4985'

red 159 ◦ green 73 ◦ blue 133

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

Shades of Medium Red Violet #9F4985

Tints of Medium Red Violet #9F4985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 43.56%
G = 20%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F4985 (or 0x9F4985) is known color: Medium Red Violet. HEX triplet: 9F, 49 and 85. RGB value is (159,73,133). Sum of RGB (Red+Green+Blue) = 159+73+133=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4985 is #60B67A. Grayscale: #696969. Windows color (decimal): -6338171 or 8735135. OLE color: 8735135.

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

Color convert

RGB 159 73 133 -
CMYK 0 0.54 0.16 0.38
HSL 318.14º 0.37% 0.45% -
HSV(B) 318.14º 0.54% 0.62% -
XYZ 20.91 13.83 23.76 -
YUV 105.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 159 73 133 0 0.54 0.16 0.38 318.14 0.37 0.45
Hex 9F 49 85 0 36 10 26 13E 25 2D
Octal 237 111 205 0 66 20 46 476 45 55
Binary 10011111 1001001 10000101 0 110110 10000 100110 100111110 100101 101101

Color Harmonies of #9F4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4985

Black with #9F4985

Text Example


Text Example

White with #9F4985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,73,133); }

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

background-color css

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

 a { background-color: rgb(159,73,133); }

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

border-color css

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

 span { border-color: rgb(159,73,133); }

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