Html Css Color HEX #840DB3 Dark Violet

📋 copy color: '#840DB3'

red 132 ◦ green 13 ◦ blue 179

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

Shades of Dark Violet #840DB3

Tints of Dark Violet #840DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.25%

R = 40.74%
G = 4.01%
B = 55.25%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#840DB3 (or 0x840DB3) is known color: Dark Violet. HEX triplet: 84, 0D and B3. RGB value is (132,13,179). Sum of RGB (Red+Green+Blue) = 132+13+179=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #840DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840DB3 is #7BF24C. Grayscale: #424242. Windows color (decimal): -8122957 or 11734404. OLE color: 11734404.

HSL color Cylindrical-coordinate representation of color #840DB3: hue angle of 283.01º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840DB3 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 13 179 -
CMYK 0.26 0.93 0 0.30
HSL 283.01º 0.86% 0.38% -
HSV(B) 283.01º 0.93% 0.7% -
XYZ 17.8 8.45 43.34 -
YUV 67.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 132 13 179 0.26 0.93 0 0.30 283.01 0.86 0.38
Hex 84 D B3 1A 5D 0 1E 11B 56 26
Octal 204 15 263 32 135 0 36 433 126 46
Binary 10000100 1101 10110011 11010 1011101 0 11110 100011011 1010110 100110

Color Harmonies of #840DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840DB3

Black with #840DB3

Text Example


Text Example

White with #840DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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