Html Css Color HEX #8017A0 Vivid Violet

📋 copy color: '#8017A0'

red 128 ◦ green 23 ◦ blue 160

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

Shades of Vivid Violet #8017A0

Tints of Vivid Violet #8017A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 51.45%

R = 41.16%
G = 7.4%
B = 51.45%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8017A0 (or 0x8017A0) is known color: Vivid Violet. HEX triplet: 80, 17 and A0. RGB value is (128,23,160). Sum of RGB (Red+Green+Blue) = 128+23+160=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #8017A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8017A0 is #7FE85F. Grayscale: #454545. Windows color (decimal): -8382560 or 10491776. OLE color: 10491776.

HSL color Cylindrical-coordinate representation of color #8017A0: hue angle of 285.99º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8017A0 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 23 160 -
CMYK 0.20 0.86 0 0.37
HSL 285.99º 0.75% 0.36% -
HSV(B) 285.99º 0.86% 0.63% -
XYZ 15.55 7.74 33.93 -
YUV 70.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 128 23 160 0.20 0.86 0 0.37 285.99 0.75 0.36
Hex 80 17 A0 14 56 0 25 11E 4B 24
Octal 200 27 240 24 126 0 45 436 113 44
Binary 10000000 10111 10100000 10100 1010110 0 100101 100011110 1001011 100100

Color Harmonies of #8017A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8017A0

Black with #8017A0

Text Example


Text Example

White with #8017A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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