Html Css Color HEX #8013DC Blue Violet

📋 copy color: '#8013DC'

red 128 ◦ green 19 ◦ blue 220

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

Shades of Blue Violet #8013DC

Tints of Blue Violet #8013DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.95%

R = 34.88%
G = 5.18%
B = 59.95%

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

#8013DC (or 0x8013DC) is known color: Blue Violet. HEX triplet: 80, 13 and DC. RGB value is (128,19,220). Sum of RGB (Red+Green+Blue) = 128+19+220=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #8013DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013DC is #7FEC23. Grayscale: #494949. Windows color (decimal): -8383524 or 14422912. OLE color: 14422912.

HSL color Cylindrical-coordinate representation of color #8013DC: hue angle of 272.54º 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 #8013DC is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 19 220 -
CMYK 0.42 0.91 0 0.14
HSL 272.54º 0.84% 0.47% -
HSV(B) 272.54º 0.91% 0.86% -
XYZ 22.05 10.22 68.52 -
YUV 74.51 210.11 166.16 -
System Red Green Blue C M Y K H S L
Decimal 128 19 220 0.42 0.91 0 0.14 272.54 0.84 0.47
Hex 80 13 DC 2A 5B 0 E 111 54 2F
Octal 200 23 334 52 133 0 16 421 124 57
Binary 10000000 10011 11011100 101010 1011011 0 1110 100010001 1010100 101111

Color Harmonies of #8013DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8013DC

Black with #8013DC

Text Example


Text Example

White with #8013DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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