Html Css Color HEX #8019FA Blue Violet

📋 copy color: '#8019FA'

red 128 ◦ green 25 ◦ blue 250

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

Shades of Blue Violet #8019FA

Tints of Blue Violet #8019FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.03%

R = 31.76%
G = 6.2%
B = 62.03%

CMYK

 C value IS 0.49

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8019FA (or 0x8019FA) is known color: Blue Violet. HEX triplet: 80, 19 and FA. RGB value is (128,25,250). Sum of RGB (Red+Green+Blue) = 128+25+250=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #8019FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8019FA is #7FE605. Grayscale: #505050. Windows color (decimal): -8381958 or 16390528. OLE color: 16390528.

HSL color Cylindrical-coordinate representation of color #8019FA: hue angle of 267.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8019FA is Cyan = 0.49, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 25 250 -
CMYK 0.49 0.9 0 0.02
HSL 267.47º 0.96% 0.54% -
HSV(B) 267.47º 0.9% 0.98% -
XYZ 26.51 12.19 91.4 -
YUV 81.45 223.12 161.2 -
System Red Green Blue C M Y K H S L
Decimal 128 25 250 0.49 0.9 0 0.02 267.47 0.96 0.54
Hex 80 19 FA 31 5A 0 2 10B 60 36
Octal 200 31 372 61 132 0 2 413 140 66
Binary 10000000 11001 11111010 110001 1011010 0 10 100001011 1100000 110110

Color Harmonies of #8019FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019FA

Black with #8019FA

Text Example


Text Example

White with #8019FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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