Html Css Color HEX #8019ED Blue Violet

📋 copy color: '#8019ED'

red 128 ◦ green 25 ◦ blue 237

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

Shades of Blue Violet #8019ED

Tints of Blue Violet #8019ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.77%

R = 32.82%
G = 6.41%
B = 60.77%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8019ED (or 0x8019ED) is known color: Blue Violet. HEX triplet: 80, 19 and ED. RGB value is (128,25,237). Sum of RGB (Red+Green+Blue) = 128+25+237=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #8019ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8019ED is #7FE612. Grayscale: #4F4F4F. Windows color (decimal): -8381971 or 15538560. OLE color: 15538560.

HSL color Cylindrical-coordinate representation of color #8019ED: hue angle of 269.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8019ED is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 25 237 -
CMYK 0.46 0.89 0 0.07
HSL 269.15º 0.85% 0.51% -
HSV(B) 269.15º 0.89% 0.93% -
XYZ 24.54 11.4 81.03 -
YUV 79.97 216.62 162.26 -
System Red Green Blue C M Y K H S L
Decimal 128 25 237 0.46 0.89 0 0.07 269.15 0.85 0.51
Hex 80 19 ED 2E 59 0 7 10D 55 33
Octal 200 31 355 56 131 0 7 415 125 63
Binary 10000000 11001 11101101 101110 1011001 0 111 100001101 1010101 110011

Color Harmonies of #8019ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019ED

Black with #8019ED

Text Example


Text Example

White with #8019ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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