Html Css Color HEX #8421AD Vivid Violet

📋 copy color: '#8421AD'

red 132 ◦ green 33 ◦ blue 173

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

Shades of Vivid Violet #8421AD

Tints of Vivid Violet #8421AD

RGB

 RED value IS 132 (51.95% from 255) = 39.05%

 GREEN value IS 33 (13.28% from 255) = 9.76%

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

R = 39.05%
G = 9.76%
B = 51.18%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8421AD (or 0x8421AD) is known color: Vivid Violet. HEX triplet: 84, 21 and AD. RGB value is (132,33,173). Sum of RGB (Red+Green+Blue) = 132+33+173=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #8421AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8421AD is #7BDE52. Grayscale: #4E4E4E. Windows color (decimal): -8117843 or 11346308. OLE color: 11346308.

HSL color Cylindrical-coordinate representation of color #8421AD: hue angle of 282.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8421AD is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 33 173 -
CMYK 0.24 0.81 0 0.32
HSL 282.43º 0.68% 0.4% -
HSV(B) 282.43º 0.81% 0.68% -
XYZ 17.6 9.01 40.35 -
YUV 78.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 132 33 173 0.24 0.81 0 0.32 282.43 0.68 0.4
Hex 84 21 AD 18 51 0 20 11A 44 28
Octal 204 41 255 30 121 0 40 432 104 50
Binary 10000100 100001 10101101 11000 1010001 0 100000 100011010 1000100 101000

Color Harmonies of #8421AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8421AD

Black with #8421AD

Text Example


Text Example

White with #8421AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8421AD; }

 p { color: rgb(132,33,173); }

 H1.HeaderClassName
 {
   color: #8421AD;
 }
 .AnyTagClassName
 {
   color: #8421AD;
 }
</style>

background-color css

<style>
 a { background-color: #8421AD; }

 a { background-color: rgb(132,33,173); }

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

border-color css

<style>
 span { border-color: #8421AD; }

 span { border-color: rgb(132,33,173); }

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