Html Css Color HEX #801BFF Blue Violet

📋 copy color: '#801BFF'

red 128 ◦ green 27 ◦ blue 255

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

Shades of Blue Violet #801BFF

Tints of Blue Violet #801BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.59%

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

R = 31.22%
G = 6.59%
B = 62.2%

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

#801BFF (or 0x801BFF) is known color: Blue Violet. HEX triplet: 80, 1B and FF. RGB value is (128,27,255). Sum of RGB (Red+Green+Blue) = 128+27+255=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #801BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801BFF is #7FE400. Grayscale: #525252. Windows color (decimal): -8381441 or 16718720. OLE color: 16718720.

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

Color convert

RGB 128 27 255 -
CMYK 0.50 0.89 0 0
HSL 266.58º 1% 0.55% -
HSV(B) 266.58º 0.89% 1% -
XYZ 27.34 12.59 95.6 -
YUV 83.19 224.96 159.96 -
System Red Green Blue C M Y K H S L
Decimal 128 27 255 0.50 0.89 0 0 266.58 1 0.55
Hex 80 1B FF 32 59 0 0 10B 64 37
Octal 200 33 377 62 131 0 0 413 144 67
Binary 10000000 11011 11111111 110010 1011001 0 0 100001011 1100100 110111

Color Harmonies of #801BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801BFF

Black with #801BFF

Text Example


Text Example

White with #801BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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