Html Css Color HEX #9F3C91 Medium Red Violet

📋 copy color: '#9F3C91'

red 159 ◦ green 60 ◦ blue 145

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

Shades of Medium Red Violet #9F3C91

Tints of Medium Red Violet #9F3C91

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 43.68%
G = 16.48%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F3C91 (or 0x9F3C91) is known color: Medium Red Violet. HEX triplet: 9F, 3C and 91. RGB value is (159,60,145). Sum of RGB (Red+Green+Blue) = 159+60+145=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3C91 is #60C36E. Grayscale: #636363. Windows color (decimal): -6341487 or 9518239. OLE color: 9518239.

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

Color convert

RGB 159 60 145 -
CMYK 0 0.62 0.09 0.38
HSL 308.48º 0.45% 0.43% -
HSV(B) 308.48º 0.62% 0.62% -
XYZ 21.02 12.65 28.12 -
YUV 99.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 159 60 145 0 0.62 0.09 0.38 308.48 0.45 0.43
Hex 9F 3C 91 0 3E 9 26 134 2D 2B
Octal 237 74 221 0 76 11 46 464 55 53
Binary 10011111 111100 10010001 0 111110 1001 100110 100110100 101101 101011

Color Harmonies of #9F3C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C91

Black with #9F3C91

Text Example


Text Example

White with #9F3C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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