Html Css Color HEX #8015AB Vivid Violet

📋 copy color: '#8015AB'

red 128 ◦ green 21 ◦ blue 171

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

Shades of Vivid Violet #8015AB

Tints of Vivid Violet #8015AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

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

R = 40%
G = 6.56%
B = 53.44%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8015AB (or 0x8015AB) is known color: Vivid Violet. HEX triplet: 80, 15 and AB. RGB value is (128,21,171). Sum of RGB (Red+Green+Blue) = 128+21+171=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #8015AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8015AB is #7FEA54. Grayscale: #454545. Windows color (decimal): -8383061 or 11212160. OLE color: 11212160.

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

Color convert

RGB 128 21 171 -
CMYK 0.25 0.88 0 0.33
HSL 282.8º 0.78% 0.38% -
HSV(B) 282.8º 0.88% 0.67% -
XYZ 16.52 8.07 39.21 -
YUV 70.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 128 21 171 0.25 0.88 0 0.33 282.8 0.78 0.38
Hex 80 15 AB 19 58 0 21 11B 4E 26
Octal 200 25 253 31 130 0 41 433 116 46
Binary 10000000 10101 10101011 11001 1011000 0 100001 100011011 1001110 100110

Color Harmonies of #8015AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015AB

Black with #8015AB

Text Example


Text Example

White with #8015AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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