Html Css Color HEX #8019DE Blue Violet

📋 copy color: '#8019DE'

red 128 ◦ green 25 ◦ blue 222

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

Shades of Blue Violet #8019DE

Tints of Blue Violet #8019DE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 34.13%
G = 6.67%
B = 59.2%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8019DE (or 0x8019DE) is known color: Blue Violet. HEX triplet: 80, 19 and DE. RGB value is (128,25,222). Sum of RGB (Red+Green+Blue) = 128+25+222=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #8019DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019DE is #7FE621. Grayscale: #4D4D4D. Windows color (decimal): -8381986 or 14555520. OLE color: 14555520.

HSL color Cylindrical-coordinate representation of color #8019DE: hue angle of 271.37º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8019DE is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 25 222 -
CMYK 0.42 0.89 0 0.13
HSL 271.37º 0.8% 0.48% -
HSV(B) 271.37º 0.89% 0.87% -
XYZ 22.43 10.56 69.96 -
YUV 78.26 209.12 163.48 -
System Red Green Blue C M Y K H S L
Decimal 128 25 222 0.42 0.89 0 0.13 271.37 0.8 0.48
Hex 80 19 DE 2A 59 0 D 10F 50 30
Octal 200 31 336 52 131 0 15 417 120 60
Binary 10000000 11001 11011110 101010 1011001 0 1101 100001111 1010000 110000

Color Harmonies of #8019DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019DE

Black with #8019DE

Text Example


Text Example

White with #8019DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8019DE; }

 p { color: rgb(128,25,222); }

 H1.HeaderClassName
 {
   color: #8019DE;
 }
 .AnyTagClassName
 {
   color: #8019DE;
 }
</style>

background-color css

<style>
 a { background-color: #8019DE; }

 a { background-color: rgb(128,25,222); }

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

border-color css

<style>
 span { border-color: #8019DE; }

 span { border-color: rgb(128,25,222); }

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