Html Css Color HEX #801ADB Blue Violet

📋 copy color: '#801ADB'

red 128 ◦ green 26 ◦ blue 219

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

Shades of Blue Violet #801ADB

Tints of Blue Violet #801ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.97%

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

R = 34.32%
G = 6.97%
B = 58.71%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#801ADB (or 0x801ADB) is known color: Blue Violet. HEX triplet: 80, 1A and DB. RGB value is (128,26,219). Sum of RGB (Red+Green+Blue) = 128+26+219=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #801ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ADB is #7FE524. Grayscale: #4D4D4D. Windows color (decimal): -8381733 or 14359168. OLE color: 14359168.

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

Color convert

RGB 128 26 219 -
CMYK 0.42 0.88 0 0.14
HSL 271.71º 0.79% 0.48% -
HSV(B) 271.71º 0.88% 0.86% -
XYZ 22.06 10.44 67.87 -
YUV 78.5 207.29 163.31 -
System Red Green Blue C M Y K H S L
Decimal 128 26 219 0.42 0.88 0 0.14 271.71 0.79 0.48
Hex 80 1A DB 2A 58 0 E 110 4F 30
Octal 200 32 333 52 130 0 16 420 117 60
Binary 10000000 11010 11011011 101010 1011000 0 1110 100010000 1001111 110000

Color Harmonies of #801ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801ADB

Black with #801ADB

Text Example


Text Example

White with #801ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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