Html Css Color HEX #8D1EAA Vivid Violet

📋 copy color: '#8D1EAA'

red 141 ◦ green 30 ◦ blue 170

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

Shades of Vivid Violet #8D1EAA

Tints of Vivid Violet #8D1EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

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

R = 41.35%
G = 8.8%
B = 49.85%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D1EAA (or 0x8D1EAA) is known color: Vivid Violet. HEX triplet: 8D, 1E and AA. RGB value is (141,30,170). Sum of RGB (Red+Green+Blue) = 141+30+170=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1EAA is #72E155. Grayscale: #4E4E4E. Windows color (decimal): -7528790 or 11148941. OLE color: 11148941.

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

Color convert

RGB 141 30 170 -
CMYK 0.17 0.82 0 0.33
HSL 287.57º 0.7% 0.39% -
HSV(B) 287.57º 0.82% 0.67% -
XYZ 18.7 9.49 38.88 -
YUV 79.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 141 30 170 0.17 0.82 0 0.33 287.57 0.7 0.39
Hex 8D 1E AA 11 52 0 21 120 46 27
Octal 215 36 252 21 122 0 41 440 106 47
Binary 10001101 11110 10101010 10001 1010010 0 100001 100100000 1000110 100111

Color Harmonies of #8D1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1EAA

Black with #8D1EAA

Text Example


Text Example

White with #8D1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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