Html Css Color HEX #801FFF Blue Violet

📋 copy color: '#801FFF'

red 128 ◦ green 31 ◦ blue 255

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

Shades of Blue Violet #801FFF

Tints of Blue Violet #801FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.49%

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

R = 30.92%
G = 7.49%
B = 61.59%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#801FFF (or 0x801FFF) is known color: Blue Violet. HEX triplet: 80, 1F and FF. RGB value is (128,31,255). Sum of RGB (Red+Green+Blue) = 128+31+255=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #801FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801FFF is #7FE000. Grayscale: #545454. Windows color (decimal): -8380417 or 16719744. OLE color: 16719744.

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

Color convert

RGB 128 31 255 -
CMYK 0.50 0.88 0 0
HSL 265.98º 1% 0.56% -
HSV(B) 265.98º 0.88% 1% -
XYZ 27.44 12.79 95.63 -
YUV 85.54 223.64 158.29 -
System Red Green Blue C M Y K H S L
Decimal 128 31 255 0.50 0.88 0 0 265.98 1 0.56
Hex 80 1F FF 32 58 0 0 10A 64 38
Octal 200 37 377 62 130 0 0 412 144 70
Binary 10000000 11111 11111111 110010 1011000 0 0 100001010 1100100 111000

Color Harmonies of #801FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801FFF

Black with #801FFF

Text Example


Text Example

White with #801FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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