Html Css Color HEX #840DBA Dark Violet

📋 copy color: '#840DBA'

red 132 ◦ green 13 ◦ blue 186

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

Shades of Dark Violet #840DBA

Tints of Dark Violet #840DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.93%

 BLUE value IS 186 (73.05% from 255) = 56.19%

R = 39.88%
G = 3.93%
B = 56.19%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#840DBA (or 0x840DBA) is known color: Dark Violet. HEX triplet: 84, 0D and BA. RGB value is (132,13,186). Sum of RGB (Red+Green+Blue) = 132+13+186=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #840DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840DBA is #7BF245. Grayscale: #434343. Windows color (decimal): -8122950 or 12193156. OLE color: 12193156.

HSL color Cylindrical-coordinate representation of color #840DBA: hue angle of 281.27º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840DBA is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 13 186 -
CMYK 0.29 0.93 0 0.27
HSL 281.27º 0.87% 0.39% -
HSV(B) 281.27º 0.93% 0.73% -
XYZ 18.52 8.74 47.16 -
YUV 68.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 132 13 186 0.29 0.93 0 0.27 281.27 0.87 0.39
Hex 84 D BA 1D 5D 0 1B 119 57 27
Octal 204 15 272 35 135 0 33 431 127 47
Binary 10000100 1101 10111010 11101 1011101 0 11011 100011001 1010111 100111

Color Harmonies of #840DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840DBA

Black with #840DBA

Text Example


Text Example

White with #840DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,13,186); }

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

background-color css

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

 a { background-color: rgb(132,13,186); }

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

border-color css

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

 span { border-color: rgb(132,13,186); }

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