Html Css Color HEX #840DDC Dark Violet

📋 copy color: '#840DDC'

red 132 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #840DDC

Tints of Dark Violet #840DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.27%

R = 36.16%
G = 3.56%
B = 60.27%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#840DDC (or 0x840DDC) is known color: Dark Violet. HEX triplet: 84, 0D and DC. RGB value is (132,13,220). Sum of RGB (Red+Green+Blue) = 132+13+220=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #840DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840DDC is #7BF223. Grayscale: #474747. Windows color (decimal): -8122916 or 14421380. OLE color: 14421380.

HSL color Cylindrical-coordinate representation of color #840DDC: hue angle of 274.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840DDC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 13 220 -
CMYK 0.40 0.94 0 0.14
HSL 274.49º 0.89% 0.46% -
HSV(B) 274.49º 0.94% 0.86% -
XYZ 22.58 10.36 68.52 -
YUV 72.18 211.42 170.67 -
System Red Green Blue C M Y K H S L
Decimal 132 13 220 0.40 0.94 0 0.14 274.49 0.89 0.46
Hex 84 D DC 28 5E 0 E 112 59 2E
Octal 204 15 334 50 136 0 16 422 131 56
Binary 10000100 1101 11011100 101000 1011110 0 1110 100010010 1011001 101110

Color Harmonies of #840DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840DDC

Black with #840DDC

Text Example


Text Example

White with #840DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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