Html Css Color HEX #8011DB Blue Violet

📋 copy color: '#8011DB'

red 128 ◦ green 17 ◦ blue 219

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

Shades of Blue Violet #8011DB

Tints of Blue Violet #8011DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.67%

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

R = 35.16%
G = 4.67%
B = 60.16%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8011DB (or 0x8011DB) is known color: Blue Violet. HEX triplet: 80, 11 and DB. RGB value is (128,17,219). Sum of RGB (Red+Green+Blue) = 128+17+219=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #8011DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011DB is #7FEE24. Grayscale: #484848. Windows color (decimal): -8384037 or 14356864. OLE color: 14356864.

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

Color convert

RGB 128 17 219 -
CMYK 0.42 0.92 0 0.14
HSL 272.97º 0.86% 0.46% -
HSV(B) 272.97º 0.92% 0.86% -
XYZ 21.89 10.1 67.81 -
YUV 73.22 210.27 167.07 -
System Red Green Blue C M Y K H S L
Decimal 128 17 219 0.42 0.92 0 0.14 272.97 0.86 0.46
Hex 80 11 DB 2A 5C 0 E 111 56 2E
Octal 200 21 333 52 134 0 16 421 126 56
Binary 10000000 10001 11011011 101010 1011100 0 1110 100010001 1010110 101110

Color Harmonies of #8011DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011DB

Black with #8011DB

Text Example


Text Example

White with #8011DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8011DB; }

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

 H1.HeaderClassName
 {
   color: #8011DB;
 }
 .AnyTagClassName
 {
   color: #8011DB;
 }
</style>

background-color css

<style>
 a { background-color: #8011DB; }

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

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

border-color css

<style>
 span { border-color: #8011DB; }

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

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