Html Css Color HEX #9F348F Medium Red Violet

📋 copy color: '#9F348F'

red 159 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #9F348F

Tints of Medium Red Violet #9F348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 44.92%
G = 14.69%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F348F (or 0x9F348F) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 8F. RGB value is (159,52,143). Sum of RGB (Red+Green+Blue) = 159+52+143=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F348F is #60CB70. Grayscale: #5E5E5E. Windows color (decimal): -6343537 or 9385119. OLE color: 9385119.

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

Color convert

RGB 159 52 143 -
CMYK 0 0.67 0.10 0.38
HSL 308.97º 0.51% 0.41% -
HSV(B) 308.97º 0.67% 0.62% -
XYZ 20.48 11.81 27.19 -
YUV 94.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 159 52 143 0 0.67 0.10 0.38 308.97 0.51 0.41
Hex 9F 34 8F 0 43 A 26 135 33 29
Octal 237 64 217 0 103 12 46 465 63 51
Binary 10011111 110100 10001111 0 1000011 1010 100110 100110101 110011 101001

Color Harmonies of #9F348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F348F

Black with #9F348F

Text Example


Text Example

White with #9F348F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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