#9F3E8D

Color #9F3E8D Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #9F3E8D

Tints of Medium Red Violet #9F3E8D

Color information

#9F3E8D (or 0x9F3E8D) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3E and 8D. RGB value is (159,62,141). Sum of RGB (Red+Green+Blue) = 159+62+141=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3E8D is #60C172. Grayscale: #636363. Windows color (decimal): -6340979 or 9256607. OLE color: 9256607.

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

Color convert

RGB15962141-
CMYK00.610.110.38
HSL311.13º43.89%43.33%-
HSV(B)311.13º61.01%62.35%-
XYZ20.8312.7426.56-
YUV100.01151.14170.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 62 (24.61% from 255) = 17.13%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=43.92%
G=17.13%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596214100.610.110.38311.1343.8943.33
Hex9F3E8D03DB261372c2b
Octal2377621507513464675453
Binary100111111111101000110101111011011100110100110111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F3E8D;
 }
 .AnyTagClassName
 {
   color: #9F3E8D;
 }
</style>
background-color css

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

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

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

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

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

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