Html Css Color HEX #9F328D Medium Red Violet

📋 copy color: '#9F328D'

red 159 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #9F328D

Tints of Medium Red Violet #9F328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 45.43%
G = 14.29%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F328D (or 0x9F328D) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 8D. RGB value is (159,50,141). Sum of RGB (Red+Green+Blue) = 159+50+141=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F328D is #60CD72. Grayscale: #5C5C5C. Windows color (decimal): -6344051 or 9253535. OLE color: 9253535.

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

Color convert

RGB 159 50 141 -
CMYK 0 0.69 0.11 0.38
HSL 309.91º 0.52% 0.41% -
HSV(B) 309.91º 0.69% 0.62% -
XYZ 20.25 11.58 26.37 -
YUV 92.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 159 50 141 0 0.69 0.11 0.38 309.91 0.52 0.41
Hex 9F 32 8D 0 45 B 26 136 34 29
Octal 237 62 215 0 105 13 46 466 64 51
Binary 10011111 110010 10001101 0 1000101 1011 100110 100110110 110100 101001

Color Harmonies of #9F328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F328D

Black with #9F328D

Text Example


Text Example

White with #9F328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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