Html Css Color HEX #801FDB Blue Violet

📋 copy color: '#801FDB'

red 128 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #801FDB

Tints of Blue Violet #801FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 33.86%
G = 8.2%
B = 57.94%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#801FDB (or 0x801FDB) is known color: Blue Violet. HEX triplet: 80, 1F and DB. RGB value is (128,31,219). Sum of RGB (Red+Green+Blue) = 128+31+219=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #801FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801FDB is #7FE024. Grayscale: #505050. Windows color (decimal): -8380453 or 14360448. OLE color: 14360448.

HSL color Cylindrical-coordinate representation of color #801FDB: hue angle of 270.96º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801FDB is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 31 219 -
CMYK 0.42 0.86 0 0.14
HSL 270.96º 0.75% 0.49% -
HSV(B) 270.96º 0.86% 0.86% -
XYZ 22.18 10.68 67.91 -
YUV 81.44 205.64 161.21 -
System Red Green Blue C M Y K H S L
Decimal 128 31 219 0.42 0.86 0 0.14 270.96 0.75 0.49
Hex 80 1F DB 2A 56 0 E 10F 4B 31
Octal 200 37 333 52 126 0 16 417 113 61
Binary 10000000 11111 11011011 101010 1010110 0 1110 100001111 1001011 110001

Color Harmonies of #801FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801FDB

Black with #801FDB

Text Example


Text Example

White with #801FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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