Html Css Color HEX #8111DB Blue Violet

📋 copy color: '#8111DB'

red 129 ◦ green 17 ◦ blue 219

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

Shades of Blue Violet #8111DB

Tints of Blue Violet #8111DB

RGB

 RED value IS 129 (50.78% from 255) = 35.34%

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

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

R = 35.34%
G = 4.66%
B = 60%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8111DB (or 0x8111DB) is known color: Blue Violet. HEX triplet: 81, 11 and DB. RGB value is (129,17,219). Sum of RGB (Red+Green+Blue) = 129+17+219=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #8111DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111DB is #7EEE24. Grayscale: #484848. Windows color (decimal): -8318501 or 14356865. OLE color: 14356865.

HSL color Cylindrical-coordinate representation of color #8111DB: hue angle of 273.27º 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 #8111DB is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 17 219 -
CMYK 0.41 0.92 0 0.14
HSL 273.27º 0.86% 0.46% -
HSV(B) 273.27º 0.92% 0.86% -
XYZ 22.04 10.18 67.82 -
YUV 73.52 210.11 167.57 -
System Red Green Blue C M Y K H S L
Decimal 129 17 219 0.41 0.92 0 0.14 273.27 0.86 0.46
Hex 81 11 DB 29 5C 0 E 111 56 2E
Octal 201 21 333 51 134 0 16 421 126 56
Binary 10000001 10001 11011011 101001 1011100 0 1110 100010001 1010110 101110

Color Harmonies of #8111DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8111DB

Black with #8111DB

Text Example


Text Example

White with #8111DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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