Html Css Color HEX #8D1AA4 Vivid Violet

📋 copy color: '#8D1AA4'

red 141 ◦ green 26 ◦ blue 164

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

Shades of Vivid Violet #8D1AA4

Tints of Vivid Violet #8D1AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 49.55%

R = 42.6%
G = 7.85%
B = 49.55%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8D1AA4 (or 0x8D1AA4) is known color: Vivid Violet. HEX triplet: 8D, 1A and A4. RGB value is (141,26,164). Sum of RGB (Red+Green+Blue) = 141+26+164=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D1AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1AA4 is #72E55B. Grayscale: #4B4B4B. Windows color (decimal): -7529820 or 10754701. OLE color: 10754701.

HSL color Cylindrical-coordinate representation of color #8D1AA4: hue angle of 290º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1AA4 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 26 164 -
CMYK 0.14 0.84 0 0.36
HSL 290º 0.73% 0.37% -
HSV(B) 290º 0.84% 0.64% -
XYZ 18.05 9.08 35.92 -
YUV 76.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 141 26 164 0.14 0.84 0 0.36 290 0.73 0.37
Hex 8D 1A A4 E 54 0 24 122 49 25
Octal 215 32 244 16 124 0 44 442 111 45
Binary 10001101 11010 10100100 1110 1010100 0 100100 100100010 1001001 100101

Color Harmonies of #8D1AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1AA4

Black with #8D1AA4

Text Example


Text Example

White with #8D1AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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