Html Css Color HEX #8414BA Dark Violet

📋 copy color: '#8414BA'

red 132 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #8414BA

Tints of Dark Violet #8414BA

RGB

 RED value IS 132 (51.95% from 255) = 39.05%

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

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

R = 39.05%
G = 5.92%
B = 55.03%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8414BA (or 0x8414BA) is known color: Dark Violet. HEX triplet: 84, 14 and BA. RGB value is (132,20,186). Sum of RGB (Red+Green+Blue) = 132+20+186=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #8414BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8414BA is #7BEB45. Grayscale: #474747. Windows color (decimal): -8121158 or 12194948. OLE color: 12194948.

HSL color Cylindrical-coordinate representation of color #8414BA: hue angle of 280.48º 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 #8414BA is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 20 186 -
CMYK 0.29 0.89 0 0.27
HSL 280.48º 0.81% 0.4% -
HSV(B) 280.48º 0.89% 0.73% -
XYZ 18.63 8.95 47.2 -
YUV 72.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 132 20 186 0.29 0.89 0 0.27 280.48 0.81 0.4
Hex 84 14 BA 1D 59 0 1B 118 51 28
Octal 204 24 272 35 131 0 33 430 121 50
Binary 10000100 10100 10111010 11101 1011001 0 11011 100011000 1010001 101000

Color Harmonies of #8414BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8414BA

Black with #8414BA

Text Example


Text Example

White with #8414BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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