Html Css Color HEX #9F3686 Medium Red Violet

📋 copy color: '#9F3686'

red 159 ◦ green 54 ◦ blue 134

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

Shades of Medium Red Violet #9F3686

Tints of Medium Red Violet #9F3686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 45.82%
G = 15.56%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F3686 (or 0x9F3686) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 86. RGB value is (159,54,134). Sum of RGB (Red+Green+Blue) = 159+54+134=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3686 is #60C979. Grayscale: #5E5E5E. Windows color (decimal): -6343034 or 8795807. OLE color: 8795807.

HSL color Cylindrical-coordinate representation of color #9F3686: hue angle of 314.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3686 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 54 134 -
CMYK 0 0.66 0.16 0.38
HSL 314.29º 0.49% 0.42% -
HSV(B) 314.29º 0.66% 0.62% -
XYZ 19.92 11.73 23.77 -
YUV 94.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 159 54 134 0 0.66 0.16 0.38 314.29 0.49 0.42
Hex 9F 36 86 0 42 10 26 13A 31 2A
Octal 237 66 206 0 102 20 46 472 61 52
Binary 10011111 110110 10000110 0 1000010 10000 100110 100111010 110001 101010

Color Harmonies of #9F3686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3686

Black with #9F3686

Text Example


Text Example

White with #9F3686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,134); }

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

background-color css

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

 a { background-color: rgb(159,54,134); }

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

border-color css

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

 span { border-color: rgb(159,54,134); }

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