Html Css Color HEX #9F3291 Medium Red Violet

📋 copy color: '#9F3291'

red 159 ◦ green 50 ◦ blue 145

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

Shades of Medium Red Violet #9F3291

Tints of Medium Red Violet #9F3291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 44.92%
G = 14.12%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F3291 (or 0x9F3291) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 91. RGB value is (159,50,145). Sum of RGB (Red+Green+Blue) = 159+50+145=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3291 is #60CD6E. Grayscale: #5D5D5D. Windows color (decimal): -6344047 or 9515679. OLE color: 9515679.

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

Color convert

RGB 159 50 145 -
CMYK 0 0.69 0.09 0.38
HSL 307.71º 0.52% 0.41% -
HSV(B) 307.71º 0.69% 0.62% -
XYZ 20.55 11.7 27.96 -
YUV 93.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 159 50 145 0 0.69 0.09 0.38 307.71 0.52 0.41
Hex 9F 32 91 0 45 9 26 134 34 29
Octal 237 62 221 0 105 11 46 464 64 51
Binary 10011111 110010 10010001 0 1000101 1001 100110 100110100 110100 101001

Color Harmonies of #9F3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3291

Black with #9F3291

Text Example


Text Example

White with #9F3291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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