#8D18AB

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

Shades of Vivid Violet #8D18AB

Tints of Vivid Violet #8D18AB

Color information

#8D18AB (or 0x8D18AB) is unknown color: approx Vivid Violet. HEX triplet: 8D, 18 and AB. RGB value is (141,24,171). Sum of RGB (Red+Green+Blue) = 141+24+171=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D18AB is #72E754. Grayscale: #4B4B4B. Windows color (decimal): -7530325 or 11212941. OLE color: 11212941.

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

Color convert

RGB14124171-
CMYK0.180.8600.33
HSL287.76º75.38%38.24%-
HSV(B)287.76º85.96%67.06%-
XYZ18.669.2639.33-
YUV75.74181.76174.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 24 (9.77% from 255) = 7.14%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=41.96%
G=7.14%
B=50.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141241710.180.8600.33287.7675.3838.24
Hex8D18AB12560211204b26
Octal215302532212604144011346
Binary10001101110001010101110010101011001000011001000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D18AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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