#8018AB

Color #8018AB Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8018AB

Tints of Vivid Violet #8018AB

Color information

#8018AB (or 0x8018AB) is unknown color: approx Vivid Violet. HEX triplet: 80, 18 and AB. RGB value is (128,24,171). Sum of RGB (Red+Green+Blue) = 128+24+171=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #8018AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8018AB is #7FE754. Grayscale: #474747. Windows color (decimal): -8382293 or 11212928. OLE color: 11212928.

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

Color convert

RGB12824171-
CMYK0.250.8600.33
HSL282.45º75.38%38.24%-
HSV(B)282.45º85.96%67.06%-
XYZ16.588.1839.23-
YUV71.85183.96168.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 24 (9.77% from 255) = 7.43%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=39.63%
G=7.43%
B=52.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128241710.250.8600.33282.4575.3838.24
Hex8018AB195602111a4b26
Octal200302533112604143211346
Binary10000000110001010101111001101011001000011000110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8018AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8018AB;
 }
 .AnyTagClassName
 {
   color: #8018AB;
 }
</style>
background-color css

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

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

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

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

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

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