Html Css Color HEX #8014DF Blue Violet

📋 copy color: '#8014DF'

red 128 ◦ green 20 ◦ blue 223

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

Shades of Blue Violet #8014DF

Tints of Blue Violet #8014DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 34.5%
G = 5.39%
B = 60.11%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8014DF (or 0x8014DF) is known color: Blue Violet. HEX triplet: 80, 14 and DF. RGB value is (128,20,223). Sum of RGB (Red+Green+Blue) = 128+20+223=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #8014DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014DF is #7FEB20. Grayscale: #4A4A4A. Windows color (decimal): -8383265 or 14619776. OLE color: 14619776.

HSL color Cylindrical-coordinate representation of color #8014DF: hue angle of 271.92º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8014DF is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 20 223 -
CMYK 0.43 0.91 0 0.13
HSL 271.92º 0.84% 0.48% -
HSV(B) 271.92º 0.91% 0.87% -
XYZ 22.47 10.42 70.64 -
YUV 75.43 211.28 165.49 -
System Red Green Blue C M Y K H S L
Decimal 128 20 223 0.43 0.91 0 0.13 271.92 0.84 0.48
Hex 80 14 DF 2B 5B 0 D 110 54 30
Octal 200 24 337 53 133 0 15 420 124 60
Binary 10000000 10100 11011111 101011 1011011 0 1101 100010000 1010100 110000

Color Harmonies of #8014DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8014DF

Black with #8014DF

Text Example


Text Example

White with #8014DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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