Html Css Color HEX #8028AE Vivid Violet

📋 copy color: '#8028AE'

red 128 ◦ green 40 ◦ blue 174

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

Shades of Vivid Violet #8028AE

Tints of Vivid Violet #8028AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 37.43%
G = 11.7%
B = 50.88%

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

#8028AE (or 0x8028AE) is known color: Vivid Violet. HEX triplet: 80, 28 and AE. RGB value is (128,40,174). Sum of RGB (Red+Green+Blue) = 128+40+174=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #8028AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8028AE is #7FD751. Grayscale: #515151. Windows color (decimal): -8378194 or 11413632. OLE color: 11413632.

HSL color Cylindrical-coordinate representation of color #8028AE: hue angle of 279.4º degrees, saturation: 0.63, 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 #8028AE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 40 174 -
CMYK 0.26 0.77 0 0.32
HSL 279.4º 0.63% 0.42% -
HSV(B) 279.4º 0.77% 0.68% -
XYZ 17.3 9.16 40.9 -
YUV 81.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 128 40 174 0.26 0.77 0 0.32 279.4 0.63 0.42
Hex 80 28 AE 1A 4D 0 20 117 3F 2A
Octal 200 50 256 32 115 0 40 427 77 52
Binary 10000000 101000 10101110 11010 1001101 0 100000 100010111 111111 101010

Color Harmonies of #8028AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8028AE

Black with #8028AE

Text Example


Text Example

White with #8028AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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