Html Css Color HEX #840BAE Dark Violet

📋 copy color: '#840BAE'

red 132 ◦ green 11 ◦ blue 174

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

Shades of Dark Violet #840BAE

Tints of Dark Violet #840BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.47%

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 41.64%
G = 3.47%
B = 54.89%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#840BAE (or 0x840BAE) is known color: Dark Violet. HEX triplet: 84, 0B and AE. RGB value is (132,11,174). Sum of RGB (Red+Green+Blue) = 132+11+174=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #840BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840BAE is #7BF451. Grayscale: #414141. Windows color (decimal): -8123474 or 11406212. OLE color: 11406212.

HSL color Cylindrical-coordinate representation of color #840BAE: hue angle of 284.54º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840BAE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 11 174 -
CMYK 0.24 0.94 0 0.32
HSL 284.54º 0.88% 0.36% -
HSV(B) 284.54º 0.94% 0.68% -
XYZ 17.28 8.2 40.72 -
YUV 65.76 189.09 175.25 -
System Red Green Blue C M Y K H S L
Decimal 132 11 174 0.24 0.94 0 0.32 284.54 0.88 0.36
Hex 84 B AE 18 5E 0 20 11D 58 24
Octal 204 13 256 30 136 0 40 435 130 44
Binary 10000100 1011 10101110 11000 1011110 0 100000 100011101 1011000 100100

Color Harmonies of #840BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840BAE

Black with #840BAE

Text Example


Text Example

White with #840BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840BAE; }

 p { color: rgb(132,11,174); }

 H1.HeaderClassName
 {
   color: #840BAE;
 }
 .AnyTagClassName
 {
   color: #840BAE;
 }
</style>

background-color css

<style>
 a { background-color: #840BAE; }

 a { background-color: rgb(132,11,174); }

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

border-color css

<style>
 span { border-color: #840BAE; }

 span { border-color: rgb(132,11,174); }

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