#840AED

Color #840AED Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #840AED

Tints of Dark Violet #840AED

Color information

#840AED (or 0x840AED) is unknown color: approx Dark Violet. HEX triplet: 84, 0A and ED. RGB value is (132,10,237). Sum of RGB (Red+Green+Blue) = 132+10+237=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #840AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840AED is #7BF512. Grayscale: #474747. Windows color (decimal): -8123667 or 15534724. OLE color: 15534724.

HSL color Cylindrical-coordinate representation of color #840AED: hue angle of 272.25º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840AED is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13210237-
CMYK0.440.9600.07
HSL272.25º91.9%48.43%-
HSV(B)272.25º95.78%92.94%-
XYZ24.9111.2480.98-
YUV72.36220.92170.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 10 (4.30% from 255) = 2.64%
BLUE value IS 237 (92.97% from 255) = 62.53%
R=34.83%
G=2.64%
B=62.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132102370.440.9600.07272.2591.948.43
Hex84AED2C60071105c30
Octal20412355541400742013460
Binary10000100101011101101101100110000001111000100001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,10,237); }

 H1.HeaderClassName
 {
   color: #840AED;
 }
 .AnyTagClassName
 {
   color: #840AED;
 }
</style>
background-color css

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

 a { background-color: rgb(132,10,237); }

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

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

 span { border-color: rgb(132,10,237); }

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