Html Css Color HEX #8020FC Blue Violet

📋 copy color: '#8020FC'

red 128 ◦ green 32 ◦ blue 252

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

Shades of Blue Violet #8020FC

Tints of Blue Violet #8020FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 31.07%
G = 7.77%
B = 61.17%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8020FC (or 0x8020FC) is known color: Blue Violet. HEX triplet: 80, 20 and FC. RGB value is (128,32,252). Sum of RGB (Red+Green+Blue) = 128+32+252=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #8020FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8020FC is #7FDF03. Grayscale: #555555. Windows color (decimal): -8380164 or 16523392. OLE color: 16523392.

HSL color Cylindrical-coordinate representation of color #8020FC: hue angle of 266.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8020FC is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 32 252 -
CMYK 0.49 0.87 0 0.01
HSL 266.18º 0.97% 0.56% -
HSV(B) 266.18º 0.87% 0.99% -
XYZ 26.99 12.65 93.11 -
YUV 85.78 221.8 158.11 -
System Red Green Blue C M Y K H S L
Decimal 128 32 252 0.49 0.87 0 0.01 266.18 0.97 0.56
Hex 80 20 FC 31 57 0 1 10A 61 38
Octal 200 40 374 61 127 0 1 412 141 70
Binary 10000000 100000 11111100 110001 1010111 0 1 100001010 1100001 111000

Color Harmonies of #8020FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8020FC

Black with #8020FC

Text Example


Text Example

White with #8020FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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