Html Css Color HEX #9F318D Medium Red Violet

📋 copy color: '#9F318D'

red 159 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #9F318D

Tints of Medium Red Violet #9F318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 45.56%
G = 14.04%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F318D (or 0x9F318D) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 8D. RGB value is (159,49,141). Sum of RGB (Red+Green+Blue) = 159+49+141=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F318D is #60CE72. Grayscale: #5C5C5C. Windows color (decimal): -6344307 or 9253279. OLE color: 9253279.

HSL color Cylindrical-coordinate representation of color #9F318D: hue angle of 309.82º degrees, saturation: 0.53, 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 #9F318D is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 49 141 -
CMYK 0 0.69 0.11 0.38
HSL 309.82º 0.53% 0.41% -
HSV(B) 309.82º 0.69% 0.62% -
XYZ 20.2 11.49 26.35 -
YUV 92.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 159 49 141 0 0.69 0.11 0.38 309.82 0.53 0.41
Hex 9F 31 8D 0 45 B 26 136 35 29
Octal 237 61 215 0 105 13 46 466 65 51
Binary 10011111 110001 10001101 0 1000101 1011 100110 100110110 110101 101001

Color Harmonies of #9F318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F318D

Black with #9F318D

Text Example


Text Example

White with #9F318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,49,141); }

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

background-color css

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

 a { background-color: rgb(159,49,141); }

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

border-color css

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

 span { border-color: rgb(159,49,141); }

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