Html Css Color HEX #8020FA Blue Violet

📋 copy color: '#8020FA'

red 128 ◦ green 32 ◦ blue 250

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

Shades of Blue Violet #8020FA

Tints of Blue Violet #8020FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.8%

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

R = 31.22%
G = 7.8%
B = 60.98%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8020FA (or 0x8020FA) is known color: Blue Violet. HEX triplet: 80, 20 and FA. RGB value is (128,32,250). Sum of RGB (Red+Green+Blue) = 128+32+250=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #8020FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8020FA is #7FDF05. Grayscale: #545454. Windows color (decimal): -8380166 or 16392320. OLE color: 16392320.

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

Color convert

RGB 128 32 250 -
CMYK 0.49 0.87 0 0.02
HSL 266.42º 0.96% 0.55% -
HSV(B) 266.42º 0.87% 0.98% -
XYZ 26.67 12.52 91.45 -
YUV 85.56 220.8 158.27 -
System Red Green Blue C M Y K H S L
Decimal 128 32 250 0.49 0.87 0 0.02 266.42 0.96 0.55
Hex 80 20 FA 31 57 0 2 10A 60 37
Octal 200 40 372 61 127 0 2 412 140 67
Binary 10000000 100000 11111010 110001 1010111 0 10 100001010 1100000 110111

Color Harmonies of #8020FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8020FA

Black with #8020FA

Text Example


Text Example

White with #8020FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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