Html Css Color HEX #9F387B Medium Red Violet

📋 copy color: '#9F387B'

red 159 ◦ green 56 ◦ blue 123

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

Shades of Medium Red Violet #9F387B

Tints of Medium Red Violet #9F387B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 47.04%
G = 16.57%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F387B (or 0x9F387B) is known color: Medium Red Violet. HEX triplet: 9F, 38 and 7B. RGB value is (159,56,123). Sum of RGB (Red+Green+Blue) = 159+56+123=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F387B is #60C784. Grayscale: #5E5E5E. Windows color (decimal): -6342533 or 8075423. OLE color: 8075423.

HSL color Cylindrical-coordinate representation of color #9F387B: hue angle of 320.97º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F387B is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 56 123 -
CMYK 0 0.65 0.23 0.38
HSL 320.97º 0.48% 0.42% -
HSV(B) 320.97º 0.65% 0.62% -
XYZ 19.29 11.63 19.97 -
YUV 94.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 159 56 123 0 0.65 0.23 0.38 320.97 0.48 0.42
Hex 9F 38 7B 0 41 17 26 141 30 2A
Octal 237 70 173 0 101 27 46 501 60 52
Binary 10011111 111000 1111011 0 1000001 10111 100110 101000001 110000 101010

Color Harmonies of #9F387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F387B

Black with #9F387B

Text Example


Text Example

White with #9F387B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,56,123); }

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

background-color css

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

 a { background-color: rgb(159,56,123); }

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

border-color css

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

 span { border-color: rgb(159,56,123); }

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