#8D24AB

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

Shades of Vivid Violet #8D24AB

Tints of Vivid Violet #8D24AB

Color information

#8D24AB (or 0x8D24AB) is unknown color: approx Vivid Violet. HEX triplet: 8D, 24 and AB. RGB value is (141,36,171). Sum of RGB (Red+Green+Blue) = 141+36+171=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D24AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D24AB is #72DB54. Grayscale: #525252. Windows color (decimal): -7527253 or 11216013. OLE color: 11216013.

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

Color convert

RGB14136171-
CMYK0.180.7900.33
HSL286.67º65.22%40.59%-
HSV(B)286.67º78.95%67.06%-
XYZ18.979.8639.43-
YUV82.78177.79169.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 36 (14.45% from 255) = 10.34%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=40.52%
G=10.34%
B=49.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141361710.180.7900.33286.6765.2240.59
Hex8D24AB124F02111f4129
Octal215442532211704143710151
Binary100011011001001010101110010100111101000011000111111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D24AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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