Html Css Color HEX #8024AB Vivid Violet

📋 copy color: '#8024AB'

red 128 ◦ green 36 ◦ blue 171

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

Shades of Vivid Violet #8024AB

Tints of Vivid Violet #8024AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.75%

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

R = 38.21%
G = 10.75%
B = 51.04%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8024AB (or 0x8024AB) is known color: Vivid Violet. HEX triplet: 80, 24 and AB. RGB value is (128,36,171). Sum of RGB (Red+Green+Blue) = 128+36+171=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #8024AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8024AB is #7FDB54. Grayscale: #4E4E4E. Windows color (decimal): -8379221 or 11216000. OLE color: 11216000.

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

Color convert

RGB 128 36 171 -
CMYK 0.25 0.79 0 0.33
HSL 280.89º 0.65% 0.41% -
HSV(B) 280.89º 0.79% 0.67% -
XYZ 16.88 8.79 39.34 -
YUV 78.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 128 36 171 0.25 0.79 0 0.33 280.89 0.65 0.41
Hex 80 24 AB 19 4F 0 21 119 41 29
Octal 200 44 253 31 117 0 41 431 101 51
Binary 10000000 100100 10101011 11001 1001111 0 100001 100011001 1000001 101001

Color Harmonies of #8024AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8024AB

Black with #8024AB

Text Example


Text Example

White with #8024AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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