Html Css Color HEX #8019DD Blue Violet

📋 copy color: '#8019DD'

red 128 ◦ green 25 ◦ blue 221

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

Shades of Blue Violet #8019DD

Tints of Blue Violet #8019DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.09%

R = 34.22%
G = 6.68%
B = 59.09%

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

#8019DD (or 0x8019DD) is known color: Blue Violet. HEX triplet: 80, 19 and DD. RGB value is (128,25,221). Sum of RGB (Red+Green+Blue) = 128+25+221=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #8019DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019DD is #7FE622. Grayscale: #4D4D4D. Windows color (decimal): -8381987 or 14489984. OLE color: 14489984.

HSL color Cylindrical-coordinate representation of color #8019DD: hue angle of 271.53º 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 #8019DD is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 25 221 -
CMYK 0.42 0.89 0 0.13
HSL 271.53º 0.8% 0.48% -
HSV(B) 271.53º 0.89% 0.87% -
XYZ 22.3 10.5 69.26 -
YUV 78.14 208.62 163.56 -
System Red Green Blue C M Y K H S L
Decimal 128 25 221 0.42 0.89 0 0.13 271.53 0.8 0.48
Hex 80 19 DD 2A 59 0 D 110 50 30
Octal 200 31 335 52 131 0 15 420 120 60
Binary 10000000 11001 11011101 101010 1011001 0 1101 100010000 1010000 110000

Color Harmonies of #8019DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019DD

Black with #8019DD

Text Example


Text Example

White with #8019DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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