Html Css Color HEX #8028AD Vivid Violet

📋 copy color: '#8028AD'

red 128 ◦ green 40 ◦ blue 173

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

Shades of Vivid Violet #8028AD

Tints of Vivid Violet #8028AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

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

R = 37.54%
G = 11.73%
B = 50.73%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8028AD (or 0x8028AD) is known color: Vivid Violet. HEX triplet: 80, 28 and AD. RGB value is (128,40,173). Sum of RGB (Red+Green+Blue) = 128+40+173=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #8028AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8028AD is #7FD752. Grayscale: #515151. Windows color (decimal): -8378195 or 11348096. OLE color: 11348096.

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

Color convert

RGB 128 40 173 -
CMYK 0.26 0.77 0 0.32
HSL 279.7º 0.62% 0.42% -
HSV(B) 279.7º 0.77% 0.68% -
XYZ 17.2 9.12 40.39 -
YUV 81.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 128 40 173 0.26 0.77 0 0.32 279.7 0.62 0.42
Hex 80 28 AD 1A 4D 0 20 118 3E 2A
Octal 200 50 255 32 115 0 40 430 76 52
Binary 10000000 101000 10101101 11010 1001101 0 100000 100011000 111110 101010

Color Harmonies of #8028AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8028AD

Black with #8028AD

Text Example


Text Example

White with #8028AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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