Html Css Color HEX #9F3E8F Medium Red Violet

📋 copy color: '#9F3E8F'

red 159 ◦ green 62 ◦ blue 143

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

Shades of Medium Red Violet #9F3E8F

Tints of Medium Red Violet #9F3E8F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.03%

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

R = 43.68%
G = 17.03%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F3E8F (or 0x9F3E8F) is known color: Medium Red Violet. HEX triplet: 9F, 3E and 8F. RGB value is (159,62,143). Sum of RGB (Red+Green+Blue) = 159+62+143=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3E8F is #60C170. Grayscale: #646464. Windows color (decimal): -6340977 or 9387679. OLE color: 9387679.

HSL color Cylindrical-coordinate representation of color #9F3E8F: hue angle of 309.9º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F3E8F is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 62 143 -
CMYK 0 0.61 0.10 0.38
HSL 309.9º 0.44% 0.43% -
HSV(B) 309.9º 0.61% 0.62% -
XYZ 20.98 12.8 27.35 -
YUV 100.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 159 62 143 0 0.61 0.10 0.38 309.9 0.44 0.43
Hex 9F 3E 8F 0 3D A 26 136 2C 2B
Octal 237 76 217 0 75 12 46 466 54 53
Binary 10011111 111110 10001111 0 111101 1010 100110 100110110 101100 101011

Color Harmonies of #9F3E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E8F

Black with #9F3E8F

Text Example


Text Example

White with #9F3E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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