Html Css Color HEX #9F4384 Medium Red Violet

📋 copy color: '#9F4384'

red 159 ◦ green 67 ◦ blue 132

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

Shades of Medium Red Violet #9F4384

Tints of Medium Red Violet #9F4384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.72%

 BLUE value IS 132 (51.95% from 255) = 36.87%

R = 44.41%
G = 18.72%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9F4384 (or 0x9F4384) is known color: Medium Red Violet. HEX triplet: 9F, 43 and 84. RGB value is (159,67,132). Sum of RGB (Red+Green+Blue) = 159+67+132=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4384 is #60BC7B. Grayscale: #656565. Windows color (decimal): -6339708 or 8668063. OLE color: 8668063.

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

Color convert

RGB 159 67 132 -
CMYK 0 0.58 0.17 0.38
HSL 317.61º 0.41% 0.44% -
HSV(B) 317.61º 0.58% 0.62% -
XYZ 20.47 13.05 23.27 -
YUV 101.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 159 67 132 0 0.58 0.17 0.38 317.61 0.41 0.44
Hex 9F 43 84 0 3A 11 26 13E 29 2C
Octal 237 103 204 0 72 21 46 476 51 54
Binary 10011111 1000011 10000100 0 111010 10001 100110 100111110 101001 101100

Color Harmonies of #9F4384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4384

Black with #9F4384

Text Example


Text Example

White with #9F4384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,67,132); }

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

background-color css

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

 a { background-color: rgb(159,67,132); }

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

border-color css

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

 span { border-color: rgb(159,67,132); }

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