Html Css Color HEX #801DF8 Blue Violet

📋 copy color: '#801DF8'

red 128 ◦ green 29 ◦ blue 248

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

Shades of Blue Violet #801DF8

Tints of Blue Violet #801DF8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.16%

 BLUE value IS 248 (97.27% from 255) = 61.23%

R = 31.6%
G = 7.16%
B = 61.23%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#801DF8 (or 0x801DF8) is known color: Blue Violet. HEX triplet: 80, 1D and F8. RGB value is (128,29,248). Sum of RGB (Red+Green+Blue) = 128+29+248=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 248 (97.27% from 255 or 61.23% from 405); Max value from RGB is 248 - color contains mainly: blue. Hex color #801DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801DF8 is #7FE207. Grayscale: #525252. Windows color (decimal): -8380936 or 16260480. OLE color: 16260480.

HSL color Cylindrical-coordinate representation of color #801DF8: hue angle of 267.12º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801DF8 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 29 248 -
CMYK 0.48 0.88 0 0.03
HSL 267.12º 0.94% 0.54% -
HSV(B) 267.12º 0.88% 0.97% -
XYZ 26.28 12.25 89.79 -
YUV 83.57 220.8 159.69 -
System Red Green Blue C M Y K H S L
Decimal 128 29 248 0.48 0.88 0 0.03 267.12 0.94 0.54
Hex 80 1D F8 30 58 0 3 10B 5E 36
Octal 200 35 370 60 130 0 3 413 136 66
Binary 10000000 11101 11111000 110000 1011000 0 11 100001011 1011110 110110

Color Harmonies of #801DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801DF8

Black with #801DF8

Text Example


Text Example

White with #801DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801DF8; }

 p { color: rgb(128,29,248); }

 H1.HeaderClassName
 {
   color: #801DF8;
 }
 .AnyTagClassName
 {
   color: #801DF8;
 }
</style>

background-color css

<style>
 a { background-color: #801DF8; }

 a { background-color: rgb(128,29,248); }

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

border-color css

<style>
 span { border-color: #801DF8; }

 span { border-color: rgb(128,29,248); }

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