Html Css Color HEX #8029FE Blue Violet

📋 copy color: '#8029FE'

red 128 ◦ green 41 ◦ blue 254

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

Shades of Blue Violet #8029FE

Tints of Blue Violet #8029FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.69%

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 30.26%
G = 9.69%
B = 60.05%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8029FE (or 0x8029FE) is known color: Blue Violet. HEX triplet: 80, 29 and FE. RGB value is (128,41,254). Sum of RGB (Red+Green+Blue) = 128+41+254=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #8029FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8029FE is #7FD601. Grayscale: #5A5A5A. Windows color (decimal): -8377858 or 16656768. OLE color: 16656768.

HSL color Cylindrical-coordinate representation of color #8029FE: hue angle of 264.51º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8029FE is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 41 254 -
CMYK 0.50 0.84 0 0.00
HSL 264.51º 0.99% 0.58% -
HSV(B) 264.51º 0.84% 1% -
XYZ 27.58 13.33 94.89 -
YUV 91.3 219.82 154.18 -
System Red Green Blue C M Y K H S L
Decimal 128 41 254 0.50 0.84 0 0.00 264.51 0.99 0.58
Hex 80 29 FE 32 54 0 0 109 63 3A
Octal 200 51 376 62 124 0 0 411 143 72
Binary 10000000 101001 11111110 110010 1010100 0 0 100001001 1100011 111010

Color Harmonies of #8029FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8029FE

Black with #8029FE

Text Example


Text Example

White with #8029FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8029FE; }

 p { color: rgb(128,41,254); }

 H1.HeaderClassName
 {
   color: #8029FE;
 }
 .AnyTagClassName
 {
   color: #8029FE;
 }
</style>

background-color css

<style>
 a { background-color: #8029FE; }

 a { background-color: rgb(128,41,254); }

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

border-color css

<style>
 span { border-color: #8029FE; }

 span { border-color: rgb(128,41,254); }

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