Html Css Color HEX #9F3580 Medium Red Violet

📋 copy color: '#9F3580'

red 159 ◦ green 53 ◦ blue 128

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

Shades of Medium Red Violet #9F3580

Tints of Medium Red Violet #9F3580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 46.76%
G = 15.59%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F3580 (or 0x9F3580) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 80. RGB value is (159,53,128). Sum of RGB (Red+Green+Blue) = 159+53+128=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3580 is #60CA7F. Grayscale: #5D5D5D. Windows color (decimal): -6343296 or 8402335. OLE color: 8402335.

HSL color Cylindrical-coordinate representation of color #9F3580: hue angle of 317.55º 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 #9F3580 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 53 128 -
CMYK 0 0.67 0.19 0.38
HSL 317.55º 0.5% 0.42% -
HSV(B) 317.55º 0.67% 0.62% -
XYZ 19.47 11.48 21.61 -
YUV 93.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 159 53 128 0 0.67 0.19 0.38 317.55 0.5 0.42
Hex 9F 35 80 0 43 13 26 13E 32 2A
Octal 237 65 200 0 103 23 46 476 62 52
Binary 10011111 110101 10000000 0 1000011 10011 100110 100111110 110010 101010

Color Harmonies of #9F3580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3580

Black with #9F3580

Text Example


Text Example

White with #9F3580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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