Html Css Color HEX #9F318C Medium Red Violet

📋 copy color: '#9F318C'

red 159 ◦ green 49 ◦ blue 140

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

Shades of Medium Red Violet #9F318C

Tints of Medium Red Violet #9F318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 45.69%
G = 14.08%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F318C (or 0x9F318C) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 8C. RGB value is (159,49,140). Sum of RGB (Red+Green+Blue) = 159+49+140=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F318C is #60CE73. Grayscale: #5C5C5C. Windows color (decimal): -6344308 or 9187743. OLE color: 9187743.

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

Color convert

RGB 159 49 140 -
CMYK 0 0.69 0.12 0.38
HSL 310.36º 0.53% 0.41% -
HSV(B) 310.36º 0.69% 0.62% -
XYZ 20.13 11.46 25.96 -
YUV 92.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 159 49 140 0 0.69 0.12 0.38 310.36 0.53 0.41
Hex 9F 31 8C 0 45 C 26 136 35 29
Octal 237 61 214 0 105 14 46 466 65 51
Binary 10011111 110001 10001100 0 1000101 1100 100110 100110110 110101 101001

Color Harmonies of #9F318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F318C

Black with #9F318C

Text Example


Text Example

White with #9F318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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