Html Css Color HEX #9F3685 Medium Red Violet

📋 copy color: '#9F3685'

red 159 ◦ green 54 ◦ blue 133

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

Shades of Medium Red Violet #9F3685

Tints of Medium Red Violet #9F3685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.44%

R = 45.95%
G = 15.61%
B = 38.44%

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

#9F3685 (or 0x9F3685) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 85. RGB value is (159,54,133). Sum of RGB (Red+Green+Blue) = 159+54+133=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3685 is #60C97A. Grayscale: #5E5E5E. Windows color (decimal): -6343035 or 8730271. OLE color: 8730271.

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

Color convert

RGB 159 54 133 -
CMYK 0 0.66 0.16 0.38
HSL 314.86º 0.49% 0.42% -
HSV(B) 314.86º 0.66% 0.62% -
XYZ 19.85 11.7 23.4 -
YUV 94.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 159 54 133 0 0.66 0.16 0.38 314.86 0.49 0.42
Hex 9F 36 85 0 42 10 26 13B 31 2A
Octal 237 66 205 0 102 20 46 473 61 52
Binary 10011111 110110 10000101 0 1000010 10000 100110 100111011 110001 101010

Color Harmonies of #9F3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3685

Black with #9F3685

Text Example


Text Example

White with #9F3685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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