Html Css Color HEX #9F348A Medium Red Violet

📋 copy color: '#9F348A'

red 159 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #9F348A

Tints of Medium Red Violet #9F348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 45.56%
G = 14.9%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F348A (or 0x9F348A) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 8A. RGB value is (159,52,138). Sum of RGB (Red+Green+Blue) = 159+52+138=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F348A is #60CB75. Grayscale: #5D5D5D. Windows color (decimal): -6343542 or 9057439. OLE color: 9057439.

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

Color convert

RGB 159 52 138 -
CMYK 0 0.67 0.13 0.38
HSL 311.78º 0.51% 0.41% -
HSV(B) 311.78º 0.67% 0.62% -
XYZ 20.11 11.66 25.24 -
YUV 93.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 159 52 138 0 0.67 0.13 0.38 311.78 0.51 0.41
Hex 9F 34 8A 0 43 D 26 138 33 29
Octal 237 64 212 0 103 15 46 470 63 51
Binary 10011111 110100 10001010 0 1000011 1101 100110 100111000 110011 101001

Color Harmonies of #9F348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F348A

Black with #9F348A

Text Example


Text Example

White with #9F348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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