#8D29AD

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

Shades of Vivid Violet #8D29AD

Tints of Vivid Violet #8D29AD

Color information

#8D29AD (or 0x8D29AD) is unknown color: approx Vivid Violet. HEX triplet: 8D, 29 and AD. RGB value is (141,41,173). Sum of RGB (Red+Green+Blue) = 141+41+173=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D29AD is #72D652. Grayscale: #555555. Windows color (decimal): -7525971 or 11348365. OLE color: 11348365.

HSL color Cylindrical-coordinate representation of color #8D29AD: hue angle of 285.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D29AD is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14141173-
CMYK0.180.7600.32
HSL285.45º61.68%41.96%-
HSV(B)285.45º76.3%67.84%-
XYZ19.3210.2740.5-
YUV85.95177.13167.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 41 (16.41% from 255) = 11.55%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=39.72%
G=11.55%
B=48.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141411730.180.7600.32285.4561.6841.96
Hex8D29AD124C02011d3e2a
Octal21551255221140404357652
Binary10001101101001101011011001010011000100000100011101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D29AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,41,173); }

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

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

 a { background-color: rgb(141,41,173); }

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

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

 span { border-color: rgb(141,41,173); }

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