Html Css Color HEX #9F3491 Medium Red Violet

📋 copy color: '#9F3491'

red 159 ◦ green 52 ◦ blue 145

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

Shades of Medium Red Violet #9F3491

Tints of Medium Red Violet #9F3491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 44.66%
G = 14.61%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F3491 (or 0x9F3491) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 91. RGB value is (159,52,145). Sum of RGB (Red+Green+Blue) = 159+52+145=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3491 is #60CB6E. Grayscale: #5E5E5E. Windows color (decimal): -6343535 or 9516191. OLE color: 9516191.

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

Color convert

RGB 159 52 145 -
CMYK 0 0.67 0.09 0.38
HSL 307.85º 0.51% 0.41% -
HSV(B) 307.85º 0.67% 0.62% -
XYZ 20.64 11.87 27.99 -
YUV 94.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 159 52 145 0 0.67 0.09 0.38 307.85 0.51 0.41
Hex 9F 34 91 0 43 9 26 134 33 29
Octal 237 64 221 0 103 11 46 464 63 51
Binary 10011111 110100 10010001 0 1000011 1001 100110 100110100 110011 101001

Color Harmonies of #9F3491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3491

Black with #9F3491

Text Example


Text Example

White with #9F3491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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