Html Css Color HEX #8027AB Vivid Violet

📋 copy color: '#8027AB'

red 128 ◦ green 39 ◦ blue 171

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

Shades of Vivid Violet #8027AB

Tints of Vivid Violet #8027AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

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

R = 37.87%
G = 11.54%
B = 50.59%

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

#8027AB (or 0x8027AB) is known color: Vivid Violet. HEX triplet: 80, 27 and AB. RGB value is (128,39,171). Sum of RGB (Red+Green+Blue) = 128+39+171=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #8027AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8027AB is #7FD854. Grayscale: #505050. Windows color (decimal): -8378453 or 11216768. OLE color: 11216768.

HSL color Cylindrical-coordinate representation of color #8027AB: hue angle of 280.45º degrees, saturation: 0.63, 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 #8027AB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 39 171 -
CMYK 0.25 0.77 0 0.33
HSL 280.45º 0.63% 0.41% -
HSV(B) 280.45º 0.77% 0.67% -
XYZ 16.98 8.98 39.37 -
YUV 80.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 128 39 171 0.25 0.77 0 0.33 280.45 0.63 0.41
Hex 80 27 AB 19 4D 0 21 118 3F 29
Octal 200 47 253 31 115 0 41 430 77 51
Binary 10000000 100111 10101011 11001 1001101 0 100001 100011000 111111 101001

Color Harmonies of #8027AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8027AB

Black with #8027AB

Text Example


Text Example

White with #8027AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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