Html Css Color HEX #9F3183 Medium Red Violet

📋 copy color: '#9F3183'

red 159 ◦ green 49 ◦ blue 131

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

Shades of Medium Red Violet #9F3183

Tints of Medium Red Violet #9F3183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.64%

R = 46.9%
G = 14.45%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F3183 (or 0x9F3183) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 83. RGB value is (159,49,131). Sum of RGB (Red+Green+Blue) = 159+49+131=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3183 is #60CE7C. Grayscale: #5B5B5B. Windows color (decimal): -6344317 or 8597919. OLE color: 8597919.

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

Color convert

RGB 159 49 131 -
CMYK 0 0.69 0.18 0.38
HSL 315.27º 0.53% 0.41% -
HSV(B) 315.27º 0.69% 0.62% -
XYZ 19.49 11.21 22.61 -
YUV 91.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 159 49 131 0 0.69 0.18 0.38 315.27 0.53 0.41
Hex 9F 31 83 0 45 12 26 13B 35 29
Octal 237 61 203 0 105 22 46 473 65 51
Binary 10011111 110001 10000011 0 1000101 10010 100110 100111011 110101 101001

Color Harmonies of #9F3183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3183

Black with #9F3183

Text Example


Text Example

White with #9F3183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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