Html Css Color HEX #9F347E Medium Red Violet

📋 copy color: '#9F347E'

red 159 ◦ green 52 ◦ blue 126

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

Shades of Medium Red Violet #9F347E

Tints of Medium Red Violet #9F347E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

 BLUE value IS 126 (49.61% from 255) = 37.39%

R = 47.18%
G = 15.43%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F347E (or 0x9F347E) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 7E. RGB value is (159,52,126). Sum of RGB (Red+Green+Blue) = 159+52+126=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F347E is #60CB81. Grayscale: #5C5C5C. Windows color (decimal): -6343554 or 8271007. OLE color: 8271007.

HSL color Cylindrical-coordinate representation of color #9F347E: hue angle of 318.5º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F347E is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 52 126 -
CMYK 0 0.67 0.21 0.38
HSL 318.5º 0.51% 0.41% -
HSV(B) 318.5º 0.67% 0.62% -
XYZ 19.29 11.33 20.91 -
YUV 92.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 159 52 126 0 0.67 0.21 0.38 318.5 0.51 0.41
Hex 9F 34 7E 0 43 15 26 13F 33 29
Octal 237 64 176 0 103 25 46 477 63 51
Binary 10011111 110100 1111110 0 1000011 10101 100110 100111111 110011 101001

Color Harmonies of #9F347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F347E

Black with #9F347E

Text Example


Text Example

White with #9F347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,52,126); }

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

background-color css

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

 a { background-color: rgb(159,52,126); }

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

border-color css

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

 span { border-color: rgb(159,52,126); }

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