#8D3E96

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

Shades of Vivid Violet #8D3E96

Tints of Vivid Violet #8D3E96

Color information

#8D3E96 (or 0x8D3E96) is unknown color: approx Vivid Violet. HEX triplet: 8D, 3E and 96. RGB value is (141,62,150). Sum of RGB (Red+Green+Blue) = 141+62+150=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D3E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3E96 is #72C169. Grayscale: #5F5F5F. Windows color (decimal): -7520618 or 9846413. OLE color: 9846413.

HSL color Cylindrical-coordinate representation of color #8D3E96: hue angle of 293.86º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D3E96 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14162150-
CMYK0.060.5900.41
HSL293.86º41.51%41.57%-
HSV(B)293.86º58.67%58.82%-
XYZ18.2111.3130.08-
YUV95.65158.67160.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=39.94%
G=17.56%
B=42.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141621500.060.5900.41293.8641.5141.57
Hex8D3E9663B0291262a2a
Octal215762266730514465252
Binary10001101111110100101101101110110101001100100110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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