Html Css Color HEX #8D29AA Vivid Violet

📋 copy color: '#8D29AA'

red 141 ◦ green 41 ◦ blue 170

#8D29AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8D29AA

Tints of Vivid Violet #8D29AA

RGB

 RED value IS 141 (55.47% from 255) = 40.06%

 GREEN value IS 41 (16.41% from 255) = 11.65%

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 40.06%
G = 11.65%
B = 48.3%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D29AA (or 0x8D29AA) is known color: Vivid Violet. HEX triplet: 8D, 29 and AA. RGB value is (141,41,170). Sum of RGB (Red+Green+Blue) = 141+41+170=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D29AA is #72D655. Grayscale: #555555. Windows color (decimal): -7525974 or 11151757. OLE color: 11151757.

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

Color convert

RGB 141 41 170 -
CMYK 0.17 0.76 0 0.33
HSL 286.51º 0.61% 0.41% -
HSV(B) 286.51º 0.76% 0.67% -
XYZ 19.03 10.15 38.99 -
YUV 85.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 141 41 170 0.17 0.76 0 0.33 286.51 0.61 0.41
Hex 8D 29 AA 11 4C 0 21 11F 3D 29
Octal 215 51 252 21 114 0 41 437 75 51
Binary 10001101 101001 10101010 10001 1001100 0 100001 100011111 111101 101001

Color Harmonies of #8D29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D29AA

Black with #8D29AA

Text Example


Text Example

White with #8D29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D29AA;
 }
 .AnyTagClassName
 {
   color: #8D29AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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