Html Css Color HEX #9F3391 Medium Red Violet

📋 copy color: '#9F3391'

red 159 ◦ green 51 ◦ blue 145

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

Shades of Medium Red Violet #9F3391

Tints of Medium Red Violet #9F3391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 44.79%
G = 14.37%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F3391 (or 0x9F3391) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 91. RGB value is (159,51,145). Sum of RGB (Red+Green+Blue) = 159+51+145=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3391 is #60CC6E. Grayscale: #5D5D5D. Windows color (decimal): -6343791 or 9515935. OLE color: 9515935.

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

Color convert

RGB 159 51 145 -
CMYK 0 0.68 0.09 0.38
HSL 307.78º 0.51% 0.41% -
HSV(B) 307.78º 0.68% 0.62% -
XYZ 20.59 11.78 27.98 -
YUV 94.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 159 51 145 0 0.68 0.09 0.38 307.78 0.51 0.41
Hex 9F 33 91 0 44 9 26 134 33 29
Octal 237 63 221 0 104 11 46 464 63 51
Binary 10011111 110011 10010001 0 1000100 1001 100110 100110100 110011 101001

Color Harmonies of #9F3391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3391

Black with #9F3391

Text Example


Text Example

White with #9F3391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,145); }

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

background-color css

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

 a { background-color: rgb(159,51,145); }

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

border-color css

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

 span { border-color: rgb(159,51,145); }

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