Html Css Color HEX #840FDC Dark Violet

📋 copy color: '#840FDC'

red 132 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #840FDC

Tints of Dark Violet #840FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.09%

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

R = 35.97%
G = 4.09%
B = 59.95%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#840FDC (or 0x840FDC) is known color: Dark Violet. HEX triplet: 84, 0F and DC. RGB value is (132,15,220). Sum of RGB (Red+Green+Blue) = 132+15+220=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #840FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840FDC is #7BF023. Grayscale: #484848. Windows color (decimal): -8122404 or 14421892. OLE color: 14421892.

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

Color convert

RGB 132 15 220 -
CMYK 0.40 0.93 0 0.14
HSL 274.24º 0.87% 0.46% -
HSV(B) 274.24º 0.93% 0.86% -
XYZ 22.6 10.41 68.53 -
YUV 73.35 210.76 169.83 -
System Red Green Blue C M Y K H S L
Decimal 132 15 220 0.40 0.93 0 0.14 274.24 0.87 0.46
Hex 84 F DC 28 5D 0 E 112 57 2E
Octal 204 17 334 50 135 0 16 422 127 56
Binary 10000100 1111 11011100 101000 1011101 0 1110 100010010 1010111 101110

Color Harmonies of #840FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840FDC

Black with #840FDC

Text Example


Text Example

White with #840FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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