Html Css Color HEX #9F478A Medium Red Violet

📋 copy color: '#9F478A'

red 159 ◦ green 71 ◦ blue 138

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

Shades of Medium Red Violet #9F478A

Tints of Medium Red Violet #9F478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 43.21%
G = 19.29%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F478A (or 0x9F478A) is known color: Medium Red Violet. HEX triplet: 9F, 47 and 8A. RGB value is (159,71,138). Sum of RGB (Red+Green+Blue) = 159+71+138=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F478A is #60B875. Grayscale: #686868. Windows color (decimal): -6338678 or 9062303. OLE color: 9062303.

HSL color Cylindrical-coordinate representation of color #9F478A: hue angle of 314.32º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F478A is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 71 138 -
CMYK 0 0.55 0.13 0.38
HSL 314.32º 0.38% 0.45% -
HSV(B) 314.32º 0.55% 0.62% -
XYZ 21.14 13.71 25.58 -
YUV 104.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 159 71 138 0 0.55 0.13 0.38 314.32 0.38 0.45
Hex 9F 47 8A 0 37 D 26 13A 26 2D
Octal 237 107 212 0 67 15 46 472 46 55
Binary 10011111 1000111 10001010 0 110111 1101 100110 100111010 100110 101101

Color Harmonies of #9F478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F478A

Black with #9F478A

Text Example


Text Example

White with #9F478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,71,138); }

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

background-color css

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

 a { background-color: rgb(159,71,138); }

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

border-color css

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

 span { border-color: rgb(159,71,138); }

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