Html Css Color HEX #8014DC Blue Violet

📋 copy color: '#8014DC'

red 128 ◦ green 20 ◦ blue 220

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

Shades of Blue Violet #8014DC

Tints of Blue Violet #8014DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

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

R = 34.78%
G = 5.43%
B = 59.78%

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

#8014DC (or 0x8014DC) is known color: Blue Violet. HEX triplet: 80, 14 and DC. RGB value is (128,20,220). Sum of RGB (Red+Green+Blue) = 128+20+220=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #8014DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014DC is #7FEB23. Grayscale: #4A4A4A. Windows color (decimal): -8383268 or 14423168. OLE color: 14423168.

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

Color convert

RGB 128 20 220 -
CMYK 0.42 0.91 0 0.14
HSL 272.4º 0.83% 0.47% -
HSV(B) 272.4º 0.91% 0.86% -
XYZ 22.07 10.26 68.53 -
YUV 75.09 209.78 165.74 -
System Red Green Blue C M Y K H S L
Decimal 128 20 220 0.42 0.91 0 0.14 272.4 0.83 0.47
Hex 80 14 DC 2A 5B 0 E 110 53 2F
Octal 200 24 334 52 133 0 16 420 123 57
Binary 10000000 10100 11011100 101010 1011011 0 1110 100010000 1010011 101111

Color Harmonies of #8014DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8014DC

Black with #8014DC

Text Example


Text Example

White with #8014DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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