#8D3C9D

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

Shades of Vivid Violet #8D3C9D

Tints of Vivid Violet #8D3C9D

Color information

#8D3C9D (or 0x8D3C9D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 3C and 9D. RGB value is (141,60,157). Sum of RGB (Red+Green+Blue) = 141+60+157=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D3C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3C9D is #72C362. Grayscale: #5E5E5E. Windows color (decimal): -7521123 or 10304653. OLE color: 10304653.

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

Color convert

RGB14160157-
CMYK0.100.6200.38
HSL290.1º44.7%42.55%-
HSV(B)290.1º61.78%61.57%-
XYZ18.6911.3333.1-
YUV95.28162.84160.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.39%
GREEN value IS 60 (23.83% from 255) = 16.76%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=39.39%
G=16.76%
B=43.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141601570.100.6200.38290.144.742.55
Hex8D3C9DA3E0261222d2b
Octal2157423512760464425553
Binary100011011111001001110110101111100100110100100010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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