Html Css Color HEX #8017AA Vivid Violet

📋 copy color: '#8017AA'

red 128 ◦ green 23 ◦ blue 170

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

Shades of Vivid Violet #8017AA

Tints of Vivid Violet #8017AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

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

R = 39.88%
G = 7.17%
B = 52.96%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8017AA (or 0x8017AA) is known color: Vivid Violet. HEX triplet: 80, 17 and AA. RGB value is (128,23,170). Sum of RGB (Red+Green+Blue) = 128+23+170=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #8017AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8017AA is #7FE855. Grayscale: #464646. Windows color (decimal): -8382550 or 11147136. OLE color: 11147136.

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

Color convert

RGB 128 23 170 -
CMYK 0.25 0.86 0 0.33
HSL 282.86º 0.76% 0.38% -
HSV(B) 282.86º 0.86% 0.67% -
XYZ 16.46 8.1 38.73 -
YUV 71.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 128 23 170 0.25 0.86 0 0.33 282.86 0.76 0.38
Hex 80 17 AA 19 56 0 21 11B 4C 26
Octal 200 27 252 31 126 0 41 433 114 46
Binary 10000000 10111 10101010 11001 1010110 0 100001 100011011 1001100 100110

Color Harmonies of #8017AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8017AA

Black with #8017AA

Text Example


Text Example

White with #8017AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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