Html Css Color HEX #8214AD Vivid Violet

📋 copy color: '#8214AD'

red 130 ◦ green 20 ◦ blue 173

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

Shades of Vivid Violet #8214AD

Tints of Vivid Violet #8214AD

RGB

 RED value IS 130 (51.17% from 255) = 40.25%

 GREEN value IS 20 (8.2% from 255) = 6.19%

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

R = 40.25%
G = 6.19%
B = 53.56%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8214AD (or 0x8214AD) is known color: Vivid Violet. HEX triplet: 82, 14 and AD. RGB value is (130,20,173). Sum of RGB (Red+Green+Blue) = 130+20+173=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #8214AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8214AD is #7DEB52. Grayscale: #454545. Windows color (decimal): -8252243 or 11342978. OLE color: 11342978.

HSL color Cylindrical-coordinate representation of color #8214AD: hue angle of 283.14º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8214AD is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 20 173 -
CMYK 0.25 0.88 0 0.32
HSL 283.14º 0.79% 0.38% -
HSV(B) 283.14º 0.88% 0.68% -
XYZ 17 8.26 40.23 -
YUV 70.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 130 20 173 0.25 0.88 0 0.32 283.14 0.79 0.38
Hex 82 14 AD 19 58 0 20 11B 4F 26
Octal 202 24 255 31 130 0 40 433 117 46
Binary 10000010 10100 10101101 11001 1011000 0 100000 100011011 1001111 100110

Color Harmonies of #8214AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8214AD

Black with #8214AD

Text Example


Text Example

White with #8214AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,20,173); }

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

background-color css

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

 a { background-color: rgb(130,20,173); }

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

border-color css

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

 span { border-color: rgb(130,20,173); }

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