Html Css Color HEX #8029AD Vivid Violet

📋 copy color: '#8029AD'

red 128 ◦ green 41 ◦ blue 173

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

Shades of Vivid Violet #8029AD

Tints of Vivid Violet #8029AD

RGB

 RED value IS 128 (50.39% from 255) = 37.43%

 GREEN value IS 41 (16.41% from 255) = 11.99%

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

R = 37.43%
G = 11.99%
B = 50.58%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8029AD (or 0x8029AD) is known color: Vivid Violet. HEX triplet: 80, 29 and AD. RGB value is (128,41,173). Sum of RGB (Red+Green+Blue) = 128+41+173=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #8029AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8029AD is #7FD652. Grayscale: #515151. Windows color (decimal): -8377939 or 11348352. OLE color: 11348352.

HSL color Cylindrical-coordinate representation of color #8029AD: hue angle of 279.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8029AD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 41 173 -
CMYK 0.26 0.76 0 0.32
HSL 279.55º 0.62% 0.42% -
HSV(B) 279.55º 0.76% 0.68% -
XYZ 17.24 9.19 40.4 -
YUV 82.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 128 41 173 0.26 0.76 0 0.32 279.55 0.62 0.42
Hex 80 29 AD 1A 4C 0 20 118 3E 2A
Octal 200 51 255 32 114 0 40 430 76 52
Binary 10000000 101001 10101101 11010 1001100 0 100000 100011000 111110 101010

Color Harmonies of #8029AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8029AD

Black with #8029AD

Text Example


Text Example

White with #8029AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,41,173); }

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

background-color css

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

 a { background-color: rgb(128,41,173); }

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

border-color css

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

 span { border-color: rgb(128,41,173); }

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