Html Css Color HEX #840AB4 Dark Violet

📋 copy color: '#840AB4'

red 132 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #840AB4

Tints of Dark Violet #840AB4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.11%

 BLUE value IS 180 (70.7% from 255) = 55.9%

R = 40.99%
G = 3.11%
B = 55.9%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#840AB4 (or 0x840AB4) is known color: Dark Violet. HEX triplet: 84, 0A and B4. RGB value is (132,10,180). Sum of RGB (Red+Green+Blue) = 132+10+180=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #840AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840AB4 is #7BF54B. Grayscale: #414141. Windows color (decimal): -8123724 or 11799172. OLE color: 11799172.

HSL color Cylindrical-coordinate representation of color #840AB4: hue angle of 283.06º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840AB4 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 10 180 -
CMYK 0.27 0.94 0 0.29
HSL 283.06º 0.89% 0.37% -
HSV(B) 283.06º 0.94% 0.71% -
XYZ 17.86 8.42 43.86 -
YUV 65.86 192.42 175.18 -
System Red Green Blue C M Y K H S L
Decimal 132 10 180 0.27 0.94 0 0.29 283.06 0.89 0.37
Hex 84 A B4 1B 5E 0 1D 11B 59 25
Octal 204 12 264 33 136 0 35 433 131 45
Binary 10000100 1010 10110100 11011 1011110 0 11101 100011011 1011001 100101

Color Harmonies of #840AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840AB4

Black with #840AB4

Text Example


Text Example

White with #840AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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