Html Css Color HEX #840DAE Dark Violet

📋 copy color: '#840DAE'

red 132 ◦ green 13 ◦ blue 174

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

Shades of Dark Violet #840DAE

Tints of Dark Violet #840DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.08%

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

R = 41.38%
G = 4.08%
B = 54.55%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#840DAE (or 0x840DAE) is known color: Dark Violet. HEX triplet: 84, 0D and AE. RGB value is (132,13,174). Sum of RGB (Red+Green+Blue) = 132+13+174=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #840DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840DAE is #7BF251. Grayscale: #424242. Windows color (decimal): -8122962 or 11406724. OLE color: 11406724.

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

Color convert

RGB 132 13 174 -
CMYK 0.24 0.93 0 0.32
HSL 284.35º 0.86% 0.37% -
HSV(B) 284.35º 0.93% 0.68% -
XYZ 17.3 8.25 40.72 -
YUV 66.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 132 13 174 0.24 0.93 0 0.32 284.35 0.86 0.37
Hex 84 D AE 18 5D 0 20 11C 56 25
Octal 204 15 256 30 135 0 40 434 126 45
Binary 10000100 1101 10101110 11000 1011101 0 100000 100011100 1010110 100101

Color Harmonies of #840DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840DAE

Black with #840DAE

Text Example


Text Example

White with #840DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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