Html Css Color HEX #8013DB Blue Violet

📋 copy color: '#8013DB'

red 128 ◦ green 19 ◦ blue 219

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

Shades of Blue Violet #8013DB

Tints of Blue Violet #8013DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

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

R = 34.97%
G = 5.19%
B = 59.84%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8013DB (or 0x8013DB) is known color: Blue Violet. HEX triplet: 80, 13 and DB. RGB value is (128,19,219). Sum of RGB (Red+Green+Blue) = 128+19+219=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #8013DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013DB is #7FEC24. Grayscale: #494949. Windows color (decimal): -8383525 or 14357376. OLE color: 14357376.

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

Color convert

RGB 128 19 219 -
CMYK 0.42 0.91 0 0.14
HSL 272.7º 0.84% 0.47% -
HSV(B) 272.7º 0.91% 0.86% -
XYZ 21.92 10.17 67.83 -
YUV 74.39 209.61 166.24 -
System Red Green Blue C M Y K H S L
Decimal 128 19 219 0.42 0.91 0 0.14 272.7 0.84 0.47
Hex 80 13 DB 2A 5B 0 E 111 54 2F
Octal 200 23 333 52 133 0 16 421 124 57
Binary 10000000 10011 11011011 101010 1011011 0 1110 100010001 1010100 101111

Color Harmonies of #8013DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8013DB

Black with #8013DB

Text Example


Text Example

White with #8013DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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