Html Css Color HEX #8014BA Dark Violet

📋 copy color: '#8014BA'

red 128 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #8014BA

Tints of Dark Violet #8014BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.69%

R = 38.32%
G = 5.99%
B = 55.69%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8014BA (or 0x8014BA) is known color: Dark Violet. HEX triplet: 80, 14 and BA. RGB value is (128,20,186). Sum of RGB (Red+Green+Blue) = 128+20+186=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #8014BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014BA is #7FEB45. Grayscale: #464646. Windows color (decimal): -8383302 or 12194944. OLE color: 12194944.

HSL color Cylindrical-coordinate representation of color #8014BA: hue angle of 279.04º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8014BA is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 20 186 -
CMYK 0.31 0.89 0 0.27
HSL 279.04º 0.81% 0.4% -
HSV(B) 279.04º 0.89% 0.73% -
XYZ 18.02 8.63 47.17 -
YUV 71.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 128 20 186 0.31 0.89 0 0.27 279.04 0.81 0.4
Hex 80 14 BA 1F 59 0 1B 117 51 28
Octal 200 24 272 37 131 0 33 427 121 50
Binary 10000000 10100 10111010 11111 1011001 0 11011 100010111 1010001 101000

Color Harmonies of #8014BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8014BA

Black with #8014BA

Text Example


Text Example

White with #8014BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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