Html Css Color HEX #801DFF Blue Violet

📋 copy color: '#801DFF'

red 128 ◦ green 29 ◦ blue 255

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

Shades of Blue Violet #801DFF

Tints of Blue Violet #801DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.89%

R = 31.07%
G = 7.04%
B = 61.89%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#801DFF (or 0x801DFF) is known color: Blue Violet. HEX triplet: 80, 1D and FF. RGB value is (128,29,255). Sum of RGB (Red+Green+Blue) = 128+29+255=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #801DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801DFF is #7FE200. Grayscale: #535353. Windows color (decimal): -8380929 or 16719232. OLE color: 16719232.

HSL color Cylindrical-coordinate representation of color #801DFF: hue angle of 266.28º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #801DFF is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 29 255 -
CMYK 0.50 0.89 0 0
HSL 266.28º 1% 0.56% -
HSV(B) 266.28º 0.89% 1% -
XYZ 27.39 12.69 95.61 -
YUV 84.37 224.3 159.12 -
System Red Green Blue C M Y K H S L
Decimal 128 29 255 0.50 0.89 0 0 266.28 1 0.56
Hex 80 1D FF 32 59 0 0 10A 64 38
Octal 200 35 377 62 131 0 0 412 144 70
Binary 10000000 11101 11111111 110010 1011001 0 0 100001010 1100100 111000

Color Harmonies of #801DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801DFF

Black with #801DFF

Text Example


Text Example

White with #801DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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