Html Css Color HEX #9F378E Medium Red Violet

📋 copy color: '#9F378E'

red 159 ◦ green 55 ◦ blue 142

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

Shades of Medium Red Violet #9F378E

Tints of Medium Red Violet #9F378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.89%

R = 44.66%
G = 15.45%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F378E (or 0x9F378E) is known color: Medium Red Violet. HEX triplet: 9F, 37 and 8E. RGB value is (159,55,142). Sum of RGB (Red+Green+Blue) = 159+55+142=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F378E is #60C871. Grayscale: #5F5F5F. Windows color (decimal): -6342770 or 9320351. OLE color: 9320351.

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

Color convert

RGB 159 55 142 -
CMYK 0 0.65 0.11 0.38
HSL 309.81º 0.49% 0.42% -
HSV(B) 309.81º 0.65% 0.62% -
XYZ 20.55 12.06 26.84 -
YUV 96.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 159 55 142 0 0.65 0.11 0.38 309.81 0.49 0.42
Hex 9F 37 8E 0 41 B 26 136 31 2A
Octal 237 67 216 0 101 13 46 466 61 52
Binary 10011111 110111 10001110 0 1000001 1011 100110 100110110 110001 101010

Color Harmonies of #9F378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F378E

Black with #9F378E

Text Example


Text Example

White with #9F378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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