Html Css Color HEX #8D40A9 Vivid Violet

📋 copy color: '#8D40A9'

red 141 ◦ green 64 ◦ blue 169

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

Shades of Vivid Violet #8D40A9

Tints of Vivid Violet #8D40A9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 169 (66.41% from 255) = 45.19%

R = 37.7%
G = 17.11%
B = 45.19%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8D40A9 (or 0x8D40A9) is known color: Vivid Violet. HEX triplet: 8D, 40 and A9. RGB value is (141,64,169). Sum of RGB (Red+Green+Blue) = 141+64+169=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 169 - color contains mainly: blue. Hex color #8D40A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D40A9 is #72BF56. Grayscale: #626262. Windows color (decimal): -7520087 or 11092109. OLE color: 11092109.

HSL color Cylindrical-coordinate representation of color #8D40A9: hue angle of 284º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D40A9 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 64 169 -
CMYK 0.17 0.62 0 0.34
HSL 284º 0.45% 0.46% -
HSV(B) 284º 0.62% 0.66% -
XYZ 19.98 12.19 38.84 -
YUV 98.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 141 64 169 0.17 0.62 0 0.34 284 0.45 0.46
Hex 8D 40 A9 11 3E 0 22 11C 2D 2E
Octal 215 100 251 21 76 0 42 434 55 56
Binary 10001101 1000000 10101001 10001 111110 0 100010 100011100 101101 101110

Color Harmonies of #8D40A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D40A9

Black with #8D40A9

Text Example


Text Example

White with #8D40A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,64,169); }

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

background-color css

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

 a { background-color: rgb(141,64,169); }

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

border-color css

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

 span { border-color: rgb(141,64,169); }

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