Html Css Color HEX #8D3AAD Vivid Violet

📋 copy color: '#8D3AAD'

red 141 ◦ green 58 ◦ blue 173

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

Shades of Vivid Violet #8D3AAD

Tints of Vivid Violet #8D3AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 37.9%
G = 15.59%
B = 46.51%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D3AAD (or 0x8D3AAD) is known color: Vivid Violet. HEX triplet: 8D, 3A and AD. RGB value is (141,58,173). Sum of RGB (Red+Green+Blue) = 141+58+173=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3AAD is #72C552. Grayscale: #5F5F5F. Windows color (decimal): -7521619 or 11352717. OLE color: 11352717.

HSL color Cylindrical-coordinate representation of color #8D3AAD: hue angle of 283.3º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3AAD is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 58 173 -
CMYK 0.18 0.66 0 0.32
HSL 283.3º 0.5% 0.45% -
HSV(B) 283.3º 0.66% 0.68% -
XYZ 20.04 11.71 40.74 -
YUV 95.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 141 58 173 0.18 0.66 0 0.32 283.3 0.5 0.45
Hex 8D 3A AD 12 42 0 20 11B 32 2D
Octal 215 72 255 22 102 0 40 433 62 55
Binary 10001101 111010 10101101 10010 1000010 0 100000 100011011 110010 101101

Color Harmonies of #8D3AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3AAD

Black with #8D3AAD

Text Example


Text Example

White with #8D3AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,58,173); }

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

background-color css

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

 a { background-color: rgb(141,58,173); }

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

border-color css

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

 span { border-color: rgb(141,58,173); }

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