Html Css Color HEX #8014BD Dark Violet

📋 copy color: '#8014BD'

red 128 ◦ green 20 ◦ blue 189

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

Shades of Dark Violet #8014BD

Tints of Dark Violet #8014BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 37.98%
G = 5.93%
B = 56.08%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8014BD (or 0x8014BD) is known color: Dark Violet. HEX triplet: 80, 14 and BD. RGB value is (128,20,189). Sum of RGB (Red+Green+Blue) = 128+20+189=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #8014BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014BD is #7FEB42. Grayscale: #464646. Windows color (decimal): -8383299 or 12391552. OLE color: 12391552.

HSL color Cylindrical-coordinate representation of color #8014BD: hue angle of 278.34º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8014BD is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 20 189 -
CMYK 0.32 0.89 0 0.26
HSL 278.34º 0.81% 0.41% -
HSV(B) 278.34º 0.89% 0.74% -
XYZ 18.34 8.76 48.87 -
YUV 71.56 194.28 168.26 -
System Red Green Blue C M Y K H S L
Decimal 128 20 189 0.32 0.89 0 0.26 278.34 0.81 0.41
Hex 80 14 BD 20 59 0 1A 116 51 29
Octal 200 24 275 40 131 0 32 426 121 51
Binary 10000000 10100 10111101 100000 1011001 0 11010 100010110 1010001 101001

Color Harmonies of #8014BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8014BD

Black with #8014BD

Text Example


Text Example

White with #8014BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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