Html Css Color HEX #8014D6 Blue Violet

📋 copy color: '#8014D6'

red 128 ◦ green 20 ◦ blue 214

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

Shades of Blue Violet #8014D6

Tints of Blue Violet #8014D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.12%

R = 35.36%
G = 5.52%
B = 59.12%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8014D6 (or 0x8014D6) is known color: Blue Violet. HEX triplet: 80, 14 and D6. RGB value is (128,20,214). Sum of RGB (Red+Green+Blue) = 128+20+214=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 214 (83.98% from 255 or 59.12% from 362); Max value from RGB is 214 - color contains mainly: blue. Hex color #8014D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014D6 is #7FEB29. Grayscale: #494949. Windows color (decimal): -8383274 or 14029952. OLE color: 14029952.

HSL color Cylindrical-coordinate representation of color #8014D6: hue angle of 273.4º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8014D6 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 20 214 -
CMYK 0.40 0.91 0 0.16
HSL 273.4º 0.83% 0.46% -
HSV(B) 273.4º 0.91% 0.84% -
XYZ 21.29 9.94 64.42 -
YUV 74.41 206.78 166.23 -
System Red Green Blue C M Y K H S L
Decimal 128 20 214 0.40 0.91 0 0.16 273.4 0.83 0.46
Hex 80 14 D6 28 5B 0 10 111 53 2E
Octal 200 24 326 50 133 0 20 421 123 56
Binary 10000000 10100 11010110 101000 1011011 0 10000 100010001 1010011 101110

Color Harmonies of #8014D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8014D6

Black with #8014D6

Text Example


Text Example

White with #8014D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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