#8D399D

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

Shades of Vivid Violet #8D399D

Tints of Vivid Violet #8D399D

Color information

#8D399D (or 0x8D399D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 39 and 9D. RGB value is (141,57,157). Sum of RGB (Red+Green+Blue) = 141+57+157=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D399D is #72C662. Grayscale: #5D5D5D. Windows color (decimal): -7521891 or 10303885. OLE color: 10303885.

HSL color Cylindrical-coordinate representation of color #8D399D: hue angle of 290.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D399D is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14157157-
CMYK0.100.6400.38
HSL290.4º46.73%41.96%-
HSV(B)290.4º63.69%61.57%-
XYZ18.5311.0233.05-
YUV93.52163.83161.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=39.72%
G=16.06%
B=44.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141571570.100.6400.38290.446.7341.96
Hex8D399DA400261222f2a
Octal21571235121000464425752
Binary1000110111100110011101101010000000100110100100010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,157); }

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

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

 a { background-color: rgb(141,57,157); }

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

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

 span { border-color: rgb(141,57,157); }

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