#8D1E9D

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

Shades of Vivid Violet #8D1E9D

Tints of Vivid Violet #8D1E9D

Color information

#8D1E9D (or 0x8D1E9D) is unknown color: approx Vivid Violet. HEX triplet: 8D, 1E and 9D. RGB value is (141,30,157). Sum of RGB (Red+Green+Blue) = 141+30+157=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D1E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1E9D is #72E162. Grayscale: #4D4D4D. Windows color (decimal): -7528803 or 10296973. OLE color: 10296973.

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

Color convert

RGB14130157-
CMYK0.100.8100.38
HSL292.44º67.91%36.67%-
HSV(B)292.44º80.89%61.57%-
XYZ17.539.0332.72-
YUV77.67172.77173.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.99%
GREEN value IS 30 (12.11% from 255) = 9.15%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=42.99%
G=9.15%
B=47.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141301570.100.8100.38292.4467.9136.67
Hex8D1E9DA510261244425
Octal215362351212104644410445
Binary1000110111110100111011010101000101001101001001001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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