Html Css Color HEX #9F378F Medium Red Violet

📋 copy color: '#9F378F'

red 159 ◦ green 55 ◦ blue 143

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

Shades of Medium Red Violet #9F378F

Tints of Medium Red Violet #9F378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

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

R = 44.54%
G = 15.41%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F378F (or 0x9F378F) is known color: Medium Red Violet. HEX triplet: 9F, 37 and 8F. RGB value is (159,55,143). Sum of RGB (Red+Green+Blue) = 159+55+143=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F378F is #60C870. Grayscale: #5F5F5F. Windows color (decimal): -6342769 or 9385887. OLE color: 9385887.

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

Color convert

RGB 159 55 143 -
CMYK 0 0.65 0.10 0.38
HSL 309.23º 0.49% 0.42% -
HSV(B) 309.23º 0.65% 0.62% -
XYZ 20.62 12.09 27.23 -
YUV 96.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 159 55 143 0 0.65 0.10 0.38 309.23 0.49 0.42
Hex 9F 37 8F 0 41 A 26 135 31 2A
Octal 237 67 217 0 101 12 46 465 61 52
Binary 10011111 110111 10001111 0 1000001 1010 100110 100110101 110001 101010

Color Harmonies of #9F378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F378F

Black with #9F378F

Text Example


Text Example

White with #9F378F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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