Html Css Color HEX #8021FB Blue Violet

📋 copy color: '#8021FB'

red 128 ◦ green 33 ◦ blue 251

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

Shades of Blue Violet #8021FB

Tints of Blue Violet #8021FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.01%

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 31.07%
G = 8.01%
B = 60.92%

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

#8021FB (or 0x8021FB) is known color: Blue Violet. HEX triplet: 80, 21 and FB. RGB value is (128,33,251). Sum of RGB (Red+Green+Blue) = 128+33+251=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #8021FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8021FB is #7FDE04. Grayscale: #555555. Windows color (decimal): -8379909 or 16458112. OLE color: 16458112.

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

Color convert

RGB 128 33 251 -
CMYK 0.49 0.87 0 0.02
HSL 266.15º 0.96% 0.56% -
HSV(B) 266.15º 0.87% 0.98% -
XYZ 26.86 12.64 92.29 -
YUV 86.26 220.97 157.77 -
System Red Green Blue C M Y K H S L
Decimal 128 33 251 0.49 0.87 0 0.02 266.15 0.96 0.56
Hex 80 21 FB 31 57 0 2 10A 60 38
Octal 200 41 373 61 127 0 2 412 140 70
Binary 10000000 100001 11111011 110001 1010111 0 10 100001010 1100000 111000

Color Harmonies of #8021FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8021FB

Black with #8021FB

Text Example


Text Example

White with #8021FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8021FB; }

 p { color: rgb(128,33,251); }

 H1.HeaderClassName
 {
   color: #8021FB;
 }
 .AnyTagClassName
 {
   color: #8021FB;
 }
</style>

background-color css

<style>
 a { background-color: #8021FB; }

 a { background-color: rgb(128,33,251); }

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

border-color css

<style>
 span { border-color: #8021FB; }

 span { border-color: rgb(128,33,251); }

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