#8D3C96

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

Shades of Vivid Violet #8D3C96

Tints of Vivid Violet #8D3C96

Color information

#8D3C96 (or 0x8D3C96) is unknown color: approx Vivid Violet. HEX triplet: 8D, 3C and 96. RGB value is (141,60,150). Sum of RGB (Red+Green+Blue) = 141+60+150=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D3C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3C96 is #72C369. Grayscale: #5E5E5E. Windows color (decimal): -7521130 or 9845901. OLE color: 9845901.

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

Color convert

RGB14160150-
CMYK0.060.600.41
HSL294º42.86%41.18%-
HSV(B)294º60%58.82%-
XYZ18.1111.130.04-
YUV94.48159.34161.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 60 (23.83% from 255) = 17.09%
BLUE value IS 150 (58.98% from 255) = 42.74%
R=40.17%
G=17.09%
B=42.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141601500.060.600.4129442.8641.18
Hex8D3C9663C0291262b29
Octal215742266740514465351
Binary10001101111100100101101101111000101001100100110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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