Html Css Color HEX #9F328B Medium Red Violet

📋 copy color: '#9F328B'

red 159 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #9F328B

Tints of Medium Red Violet #9F328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 45.69%
G = 14.37%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F328B (or 0x9F328B) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 8B. RGB value is (159,50,139). Sum of RGB (Red+Green+Blue) = 159+50+139=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F328B is #60CD74. Grayscale: #5C5C5C. Windows color (decimal): -6344053 or 9122463. OLE color: 9122463.

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

Color convert

RGB 159 50 139 -
CMYK 0 0.69 0.13 0.38
HSL 311.01º 0.52% 0.41% -
HSV(B) 311.01º 0.69% 0.62% -
XYZ 20.1 11.52 25.59 -
YUV 92.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 159 50 139 0 0.69 0.13 0.38 311.01 0.52 0.41
Hex 9F 32 8B 0 45 D 26 137 34 29
Octal 237 62 213 0 105 15 46 467 64 51
Binary 10011111 110010 10001011 0 1000101 1101 100110 100110111 110100 101001

Color Harmonies of #9F328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F328B

Black with #9F328B

Text Example


Text Example

White with #9F328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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