Html Css Color HEX #8028AA Vivid Violet

📋 copy color: '#8028AA'

red 128 ◦ green 40 ◦ blue 170

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

Shades of Vivid Violet #8028AA

Tints of Vivid Violet #8028AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 37.87%
G = 11.83%
B = 50.3%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8028AA (or 0x8028AA) is known color: Vivid Violet. HEX triplet: 80, 28 and AA. RGB value is (128,40,170). Sum of RGB (Red+Green+Blue) = 128+40+170=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #8028AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8028AA is #7FD755. Grayscale: #505050. Windows color (decimal): -8378198 or 11151488. OLE color: 11151488.

HSL color Cylindrical-coordinate representation of color #8028AA: hue angle of 280.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8028AA is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 40 170 -
CMYK 0.25 0.76 0 0.33
HSL 280.62º 0.62% 0.41% -
HSV(B) 280.62º 0.76% 0.67% -
XYZ 16.92 9.01 38.88 -
YUV 81.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 128 40 170 0.25 0.76 0 0.33 280.62 0.62 0.41
Hex 80 28 AA 19 4C 0 21 119 3E 29
Octal 200 50 252 31 114 0 41 431 76 51
Binary 10000000 101000 10101010 11001 1001100 0 100001 100011001 111110 101001

Color Harmonies of #8028AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8028AA

Black with #8028AA

Text Example


Text Example

White with #8028AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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