#8D3CAB

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

Shades of Vivid Violet #8D3CAB

Tints of Vivid Violet #8D3CAB

Color information

#8D3CAB (or 0x8D3CAB) is unknown color: approx Vivid Violet. HEX triplet: 8D, 3C and AB. RGB value is (141,60,171). Sum of RGB (Red+Green+Blue) = 141+60+171=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3CAB is #72C354. Grayscale: #606060. Windows color (decimal): -7521109 or 11222157. OLE color: 11222157.

HSL color Cylindrical-coordinate representation of color #8D3CAB: hue angle of 283.78º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3CAB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14160171-
CMYK0.180.6500.33
HSL283.78º48.05%45.29%-
HSV(B)283.78º64.91%67.06%-
XYZ19.9511.8339.76-
YUV96.87169.84159.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.90%
GREEN value IS 60 (23.83% from 255) = 16.13%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=37.90%
G=16.13%
B=45.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141601710.180.6500.33283.7848.0545.29
Hex8D3CAB124102111c302d
Octal21574253221010414346055
Binary10001101111100101010111001010000010100001100011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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