Html Css Color HEX #8028AB Vivid Violet

📋 copy color: '#8028AB'

red 128 ◦ green 40 ◦ blue 171

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

Shades of Vivid Violet #8028AB

Tints of Vivid Violet #8028AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.44%

R = 37.76%
G = 11.8%
B = 50.44%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8028AB (or 0x8028AB) is known color: Vivid Violet. HEX triplet: 80, 28 and AB. RGB value is (128,40,171). Sum of RGB (Red+Green+Blue) = 128+40+171=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #8028AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8028AB is #7FD754. Grayscale: #505050. Windows color (decimal): -8378197 or 11217024. OLE color: 11217024.

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

Color convert

RGB 128 40 171 -
CMYK 0.25 0.77 0 0.33
HSL 280.31º 0.62% 0.41% -
HSV(B) 280.31º 0.77% 0.67% -
XYZ 17.01 9.05 39.38 -
YUV 81.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 128 40 171 0.25 0.77 0 0.33 280.31 0.62 0.41
Hex 80 28 AB 19 4D 0 21 118 3E 29
Octal 200 50 253 31 115 0 41 430 76 51
Binary 10000000 101000 10101011 11001 1001101 0 100001 100011000 111110 101001

Color Harmonies of #8028AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8028AB

Black with #8028AB

Text Example


Text Example

White with #8028AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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