Html Css Color HEX #9F3784 Medium Red Violet

📋 copy color: '#9F3784'

red 159 ◦ green 55 ◦ blue 132

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

Shades of Medium Red Violet #9F3784

Tints of Medium Red Violet #9F3784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

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

R = 45.95%
G = 15.9%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9F3784 (or 0x9F3784) is known color: Medium Red Violet. HEX triplet: 9F, 37 and 84. RGB value is (159,55,132). Sum of RGB (Red+Green+Blue) = 159+55+132=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3784 is #60C87B. Grayscale: #5E5E5E. Windows color (decimal): -6342780 or 8664991. OLE color: 8664991.

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

Color convert

RGB 159 55 132 -
CMYK 0 0.65 0.17 0.38
HSL 315.58º 0.49% 0.42% -
HSV(B) 315.58º 0.65% 0.62% -
XYZ 19.83 11.77 23.06 -
YUV 94.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 159 55 132 0 0.65 0.17 0.38 315.58 0.49 0.42
Hex 9F 37 84 0 41 11 26 13C 31 2A
Octal 237 67 204 0 101 21 46 474 61 52
Binary 10011111 110111 10000100 0 1000001 10001 100110 100111100 110001 101010

Color Harmonies of #9F3784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3784

Black with #9F3784

Text Example


Text Example

White with #9F3784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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