#8D318F

Color #8D318F Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8D318F

Tints of Vivid Violet #8D318F

Color information

#8D318F (or 0x8D318F) is unknown color: approx Vivid Violet. HEX triplet: 8D, 31 and 8F. RGB value is (141,49,143). Sum of RGB (Red+Green+Blue) = 141+49+143=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D318F is #72CE70. Grayscale: #565656. Windows color (decimal): -7523953 or 9384333. OLE color: 9384333.

HSL color Cylindrical-coordinate representation of color #8D318F: hue angle of 298.72º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D318F is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14149143-
CMYK0.010.6600.44
HSL298.72º48.96%37.65%-
HSV(B)298.72º65.73%56.08%-
XYZ17.049.8426.99-
YUV87.22159.48166.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 49 (19.53% from 255) = 14.71%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=42.34%
G=14.71%
B=42.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141491430.010.6600.44298.7248.9637.65
Hex8D318F14202C12b3126
Octal2156121711020544536146
Binary1000110111000110001111110000100101100100101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D318F; }

 p { color: rgb(141,49,143); }

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

<style>
 a { background-color: #8D318F; }

 a { background-color: rgb(141,49,143); }

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

<style>
 span { border-color: #8D318F; }

 span { border-color: rgb(141,49,143); }

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