Html Css Color HEX #9F367A Medium Red Violet

📋 copy color: '#9F367A'

red 159 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #9F367A

Tints of Medium Red Violet #9F367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 47.46%
G = 16.12%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F367A (or 0x9F367A) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 7A. RGB value is (159,54,122). Sum of RGB (Red+Green+Blue) = 159+54+122=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F367A is #60C985. Grayscale: #5C5C5C. Windows color (decimal): -6343046 or 8009375. OLE color: 8009375.

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

Color convert

RGB 159 54 122 -
CMYK 0 0.66 0.23 0.38
HSL 321.14º 0.49% 0.42% -
HSV(B) 321.14º 0.66% 0.62% -
XYZ 19.13 11.41 19.61 -
YUV 93.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 159 54 122 0 0.66 0.23 0.38 321.14 0.49 0.42
Hex 9F 36 7A 0 42 17 26 141 31 2A
Octal 237 66 172 0 102 27 46 501 61 52
Binary 10011111 110110 1111010 0 1000010 10111 100110 101000001 110001 101010

Color Harmonies of #9F367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F367A

Black with #9F367A

Text Example


Text Example

White with #9F367A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,122); }

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

background-color css

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

 a { background-color: rgb(159,54,122); }

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

border-color css

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

 span { border-color: rgb(159,54,122); }

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