Html Css Color HEX #8015DB Blue Violet

📋 copy color: '#8015DB'

red 128 ◦ green 21 ◦ blue 219

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

Shades of Blue Violet #8015DB

Tints of Blue Violet #8015DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.71%

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

R = 34.78%
G = 5.71%
B = 59.51%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8015DB (or 0x8015DB) is known color: Blue Violet. HEX triplet: 80, 15 and DB. RGB value is (128,21,219). Sum of RGB (Red+Green+Blue) = 128+21+219=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #8015DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015DB is #7FEA24. Grayscale: #4A4A4A. Windows color (decimal): -8383013 or 14357888. OLE color: 14357888.

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

Color convert

RGB 128 21 219 -
CMYK 0.42 0.90 0 0.14
HSL 272.42º 0.83% 0.47% -
HSV(B) 272.42º 0.9% 0.86% -
XYZ 21.96 10.24 67.84 -
YUV 75.57 208.95 165.4 -
System Red Green Blue C M Y K H S L
Decimal 128 21 219 0.42 0.90 0 0.14 272.42 0.83 0.47
Hex 80 15 DB 2A 5A 0 E 110 52 2F
Octal 200 25 333 52 132 0 16 420 122 57
Binary 10000000 10101 11011011 101010 1011010 0 1110 100010000 1010010 101111

Color Harmonies of #8015DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015DB

Black with #8015DB

Text Example


Text Example

White with #8015DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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