Html Css Color HEX #9F348D Medium Red Violet

📋 copy color: '#9F348D'

red 159 ◦ green 52 ◦ blue 141

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

Shades of Medium Red Violet #9F348D

Tints of Medium Red Violet #9F348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 45.17%
G = 14.77%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F348D (or 0x9F348D) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 8D. RGB value is (159,52,141). Sum of RGB (Red+Green+Blue) = 159+52+141=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F348D is #60CB72. Grayscale: #5D5D5D. Windows color (decimal): -6343539 or 9254047. OLE color: 9254047.

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

Color convert

RGB 159 52 141 -
CMYK 0 0.67 0.11 0.38
HSL 310.09º 0.51% 0.41% -
HSV(B) 310.09º 0.67% 0.62% -
XYZ 20.33 11.75 26.4 -
YUV 94.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 159 52 141 0 0.67 0.11 0.38 310.09 0.51 0.41
Hex 9F 34 8D 0 43 B 26 136 33 29
Octal 237 64 215 0 103 13 46 466 63 51
Binary 10011111 110100 10001101 0 1000011 1011 100110 100110110 110011 101001

Color Harmonies of #9F348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F348D

Black with #9F348D

Text Example


Text Example

White with #9F348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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