Html Css Color HEX #840ED5 Dark Violet

📋 copy color: '#840ED5'

red 132 ◦ green 14 ◦ blue 213

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

Shades of Dark Violet #840ED5

Tints of Dark Violet #840ED5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.9%

 BLUE value IS 213 (83.59% from 255) = 59.33%

R = 36.77%
G = 3.9%
B = 59.33%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#840ED5 (or 0x840ED5) is known color: Dark Violet. HEX triplet: 84, 0E and D5. RGB value is (132,14,213). Sum of RGB (Red+Green+Blue) = 132+14+213=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 213 (83.59% from 255 or 59.33% from 359); Max value from RGB is 213 - color contains mainly: blue. Hex color #840ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ED5 is #7BF12A. Grayscale: #474747. Windows color (decimal): -8122667 or 13962884. OLE color: 13962884.

HSL color Cylindrical-coordinate representation of color #840ED5: hue angle of 275.58º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840ED5 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 14 213 -
CMYK 0.38 0.93 0 0.16
HSL 275.58º 0.88% 0.45% -
HSV(B) 275.58º 0.93% 0.84% -
XYZ 21.68 10.02 63.74 -
YUV 71.97 207.59 170.82 -
System Red Green Blue C M Y K H S L
Decimal 132 14 213 0.38 0.93 0 0.16 275.58 0.88 0.45
Hex 84 E D5 26 5D 0 10 114 58 2D
Octal 204 16 325 46 135 0 20 424 130 55
Binary 10000100 1110 11010101 100110 1011101 0 10000 100010100 1011000 101101

Color Harmonies of #840ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840ED5

Black with #840ED5

Text Example


Text Example

White with #840ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,14,213); }

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

background-color css

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

 a { background-color: rgb(132,14,213); }

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

border-color css

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

 span { border-color: rgb(132,14,213); }

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