#8D34AB

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

Shades of Vivid Violet #8D34AB

Tints of Vivid Violet #8D34AB

Color information

#8D34AB (or 0x8D34AB) is unknown color: approx Vivid Violet. HEX triplet: 8D, 34 and AB. RGB value is (141,52,171). Sum of RGB (Red+Green+Blue) = 141+52+171=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D34AB is #72CB54. Grayscale: #5B5B5B. Windows color (decimal): -7523157 or 11220109. OLE color: 11220109.

HSL color Cylindrical-coordinate representation of color #8D34AB: hue angle of 284.87º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D34AB is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14152171-
CMYK0.180.7000.33
HSL284.87º53.36%43.73%-
HSV(B)284.87º69.59%67.06%-
XYZ19.5611.0639.63-
YUV92.18172.49162.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=38.74%
G=14.29%
B=46.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141521710.180.7000.33284.8753.3643.73
Hex8D34AB124602111d352c
Octal21564253221060414356554
Binary10001101110100101010111001010001100100001100011101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D34AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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