Html Css Color HEX #8221AD Vivid Violet

📋 copy color: '#8221AD'

red 130 ◦ green 33 ◦ blue 173

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

Shades of Vivid Violet #8221AD

Tints of Vivid Violet #8221AD

RGB

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

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

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

R = 38.69%
G = 9.82%
B = 51.49%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8221AD (or 0x8221AD) is known color: Vivid Violet. HEX triplet: 82, 21 and AD. RGB value is (130,33,173). Sum of RGB (Red+Green+Blue) = 130+33+173=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #8221AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8221AD is #7DDE52. Grayscale: #4D4D4D. Windows color (decimal): -8248915 or 11346306. OLE color: 11346306.

HSL color Cylindrical-coordinate representation of color #8221AD: hue angle of 281.57º 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 #8221AD is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 33 173 -
CMYK 0.25 0.81 0 0.32
HSL 281.57º 0.68% 0.4% -
HSV(B) 281.57º 0.81% 0.68% -
XYZ 17.29 8.85 40.33 -
YUV 77.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 130 33 173 0.25 0.81 0 0.32 281.57 0.68 0.4
Hex 82 21 AD 19 51 0 20 11A 44 28
Octal 202 41 255 31 121 0 40 432 104 50
Binary 10000010 100001 10101101 11001 1010001 0 100000 100011010 1000100 101000

Color Harmonies of #8221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8221AD

Black with #8221AD

Text Example


Text Example

White with #8221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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