Html Css Color HEX #8D1AA6 Vivid Violet

📋 copy color: '#8D1AA6'

red 141 ◦ green 26 ◦ blue 166

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

Shades of Vivid Violet #8D1AA6

Tints of Vivid Violet #8D1AA6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.81%

 BLUE value IS 166 (65.23% from 255) = 49.85%

R = 42.34%
G = 7.81%
B = 49.85%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8D1AA6 (or 0x8D1AA6) is known color: Vivid Violet. HEX triplet: 8D, 1A and A6. RGB value is (141,26,166). Sum of RGB (Red+Green+Blue) = 141+26+166=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 166 (65.23% from 255 or 49.85% from 333); Max value from RGB is 166 - color contains mainly: blue. Hex color #8D1AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1AA6 is #72E559. Grayscale: #4B4B4B. Windows color (decimal): -7529818 or 10885773. OLE color: 10885773.

HSL color Cylindrical-coordinate representation of color #8D1AA6: hue angle of 289.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1AA6 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 26 166 -
CMYK 0.15 0.84 0 0.35
HSL 289.29º 0.73% 0.38% -
HSV(B) 289.29º 0.84% 0.65% -
XYZ 18.24 9.15 36.88 -
YUV 76.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 141 26 166 0.15 0.84 0 0.35 289.29 0.73 0.38
Hex 8D 1A A6 F 54 0 23 121 49 26
Octal 215 32 246 17 124 0 43 441 111 46
Binary 10001101 11010 10100110 1111 1010100 0 100011 100100001 1001001 100110

Color Harmonies of #8D1AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1AA6

Black with #8D1AA6

Text Example


Text Example

White with #8D1AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,26,166); }

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

background-color css

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

 a { background-color: rgb(141,26,166); }

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

border-color css

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

 span { border-color: rgb(141,26,166); }

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