Html Css Color HEX #9F3584 Medium Red Violet

📋 copy color: '#9F3584'

red 159 ◦ green 53 ◦ blue 132

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

Shades of Medium Red Violet #9F3584

Tints of Medium Red Violet #9F3584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 46.22%
G = 15.41%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9F3584 (or 0x9F3584) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 84. RGB value is (159,53,132). Sum of RGB (Red+Green+Blue) = 159+53+132=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3584 is #60CA7B. Grayscale: #5D5D5D. Windows color (decimal): -6343292 or 8664479. OLE color: 8664479.

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

Color convert

RGB 159 53 132 -
CMYK 0 0.67 0.17 0.38
HSL 315.28º 0.5% 0.42% -
HSV(B) 315.28º 0.67% 0.62% -
XYZ 19.74 11.58 23.03 -
YUV 93.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 159 53 132 0 0.67 0.17 0.38 315.28 0.5 0.42
Hex 9F 35 84 0 43 11 26 13B 32 2A
Octal 237 65 204 0 103 21 46 473 62 52
Binary 10011111 110101 10000100 0 1000011 10001 100110 100111011 110010 101010

Color Harmonies of #9F3584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3584

Black with #9F3584

Text Example


Text Example

White with #9F3584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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