Html Css Color HEX #840BDB Dark Violet

📋 copy color: '#840BDB'

red 132 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #840BDB

Tints of Dark Violet #840BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 36.46%
G = 3.04%
B = 60.5%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#840BDB (or 0x840BDB) is known color: Dark Violet. HEX triplet: 84, 0B and DB. RGB value is (132,11,219). Sum of RGB (Red+Green+Blue) = 132+11+219=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #840BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840BDB is #7BF424. Grayscale: #464646. Windows color (decimal): -8123429 or 14355332. OLE color: 14355332.

HSL color Cylindrical-coordinate representation of color #840BDB: hue angle of 274.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840BDB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 11 219 -
CMYK 0.40 0.95 0 0.14
HSL 274.9º 0.9% 0.45% -
HSV(B) 274.9º 0.95% 0.86% -
XYZ 22.42 10.26 67.82 -
YUV 70.89 211.59 171.59 -
System Red Green Blue C M Y K H S L
Decimal 132 11 219 0.40 0.95 0 0.14 274.9 0.9 0.45
Hex 84 B DB 28 5F 0 E 113 5A 2D
Octal 204 13 333 50 137 0 16 423 132 55
Binary 10000100 1011 11011011 101000 1011111 0 1110 100010011 1011010 101101

Color Harmonies of #840BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840BDB

Black with #840BDB

Text Example


Text Example

White with #840BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,11,219); }

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

background-color css

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

 a { background-color: rgb(132,11,219); }

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

border-color css

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

 span { border-color: rgb(132,11,219); }

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