Html Css Color HEX #9F3D90 Medium Red Violet

📋 copy color: '#9F3D90'

red 159 ◦ green 61 ◦ blue 144

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

Shades of Medium Red Violet #9F3D90

Tints of Medium Red Violet #9F3D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.76%

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 43.68%
G = 16.76%
B = 39.56%

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

#9F3D90 (or 0x9F3D90) is known color: Medium Red Violet. HEX triplet: 9F, 3D and 90. RGB value is (159,61,144). Sum of RGB (Red+Green+Blue) = 159+61+144=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3D90 is #60C26F. Grayscale: #636363. Windows color (decimal): -6341232 or 9452959. OLE color: 9452959.

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

Color convert

RGB 159 61 144 -
CMYK 0 0.62 0.09 0.38
HSL 309.18º 0.45% 0.43% -
HSV(B) 309.18º 0.62% 0.62% -
XYZ 21 12.72 27.73 -
YUV 99.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 159 61 144 0 0.62 0.09 0.38 309.18 0.45 0.43
Hex 9F 3D 90 0 3E 9 26 135 2D 2B
Octal 237 75 220 0 76 11 46 465 55 53
Binary 10011111 111101 10010000 0 111110 1001 100110 100110101 101101 101011

Color Harmonies of #9F3D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3D90

Black with #9F3D90

Text Example


Text Example

White with #9F3D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,61,144); }

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

background-color css

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

 a { background-color: rgb(159,61,144); }

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

border-color css

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

 span { border-color: rgb(159,61,144); }

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