#840AAF

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

Shades of Dark Violet #840AAF

Tints of Dark Violet #840AAF

Color information

#840AAF (or 0x840AAF) is unknown color: approx Dark Violet. HEX triplet: 84, 0A and AF. RGB value is (132,10,175). Sum of RGB (Red+Green+Blue) = 132+10+175=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #840AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840AAF is #7BF550. Grayscale: #404040. Windows color (decimal): -8123729 or 11471492. OLE color: 11471492.

HSL color Cylindrical-coordinate representation of color #840AAF: hue angle of 284.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840AAF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13210175-
CMYK0.250.9400.31
HSL284.36º89.19%36.27%-
HSV(B)284.36º94.29%68.63%-
XYZ17.368.2241.23-
YUV65.29189.92175.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 10 (4.30% from 255) = 3.15%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=41.64%
G=3.15%
B=55.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132101750.250.9400.31284.3689.1936.27
Hex84AAF195E01F11c5924
Octal204122573113603743413144
Binary100001001010101011111100110111100111111000111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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