Html Css Color HEX #8018AF Vivid Violet

📋 copy color: '#8018AF'

red 128 ◦ green 24 ◦ blue 175

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

Shades of Vivid Violet #8018AF

Tints of Vivid Violet #8018AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 39.14%
G = 7.34%
B = 53.52%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8018AF (or 0x8018AF) is known color: Vivid Violet. HEX triplet: 80, 18 and AF. RGB value is (128,24,175). Sum of RGB (Red+Green+Blue) = 128+24+175=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #8018AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8018AF is #7FE750. Grayscale: #474747. Windows color (decimal): -8382289 or 11475072. OLE color: 11475072.

HSL color Cylindrical-coordinate representation of color #8018AF: hue angle of 281.32º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8018AF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 24 175 -
CMYK 0.27 0.86 0 0.31
HSL 281.32º 0.76% 0.39% -
HSV(B) 281.32º 0.86% 0.69% -
XYZ 16.97 8.34 41.27 -
YUV 72.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 128 24 175 0.27 0.86 0 0.31 281.32 0.76 0.39
Hex 80 18 AF 1B 56 0 1F 119 4C 27
Octal 200 30 257 33 126 0 37 431 114 47
Binary 10000000 11000 10101111 11011 1010110 0 11111 100011001 1001100 100111

Color Harmonies of #8018AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8018AF

Black with #8018AF

Text Example


Text Example

White with #8018AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8018AF;
 }
 .AnyTagClassName
 {
   color: #8018AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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