Html Css Color HEX #8414BC Dark Violet

📋 copy color: '#8414BC'

red 132 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #8414BC

Tints of Dark Violet #8414BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 38.82%
G = 5.88%
B = 55.29%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8414BC (or 0x8414BC) is known color: Dark Violet. HEX triplet: 84, 14 and BC. RGB value is (132,20,188). Sum of RGB (Red+Green+Blue) = 132+20+188=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #8414BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8414BC is #7BEB43. Grayscale: #484848. Windows color (decimal): -8121156 or 12326020. OLE color: 12326020.

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

Color convert

RGB 132 20 188 -
CMYK 0.30 0.89 0 0.26
HSL 280º 0.81% 0.41% -
HSV(B) 280º 0.89% 0.74% -
XYZ 18.84 9.04 48.33 -
YUV 72.64 193.11 170.34 -
System Red Green Blue C M Y K H S L
Decimal 132 20 188 0.30 0.89 0 0.26 280 0.81 0.41
Hex 84 14 BC 1E 59 0 1A 118 51 29
Octal 204 24 274 36 131 0 32 430 121 51
Binary 10000100 10100 10111100 11110 1011001 0 11010 100011000 1010001 101001

Color Harmonies of #8414BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8414BC

Black with #8414BC

Text Example


Text Example

White with #8414BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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