Html Css Color HEX #840CDB Dark Violet

📋 copy color: '#840CDB'

red 132 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #840CDB

Tints of Dark Violet #840CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

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

R = 36.36%
G = 3.31%
B = 60.33%

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

#840CDB (or 0x840CDB) is known color: Dark Violet. HEX triplet: 84, 0C and DB. RGB value is (132,12,219). Sum of RGB (Red+Green+Blue) = 132+12+219=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #840CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CDB is #7BF324. Grayscale: #464646. Windows color (decimal): -8123173 or 14355588. OLE color: 14355588.

HSL color Cylindrical-coordinate representation of color #840CDB: hue angle of 274.78º 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 #840CDB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 12 219 -
CMYK 0.40 0.95 0 0.14
HSL 274.78º 0.9% 0.45% -
HSV(B) 274.78º 0.95% 0.86% -
XYZ 22.43 10.28 67.82 -
YUV 71.48 211.26 171.17 -
System Red Green Blue C M Y K H S L
Decimal 132 12 219 0.40 0.95 0 0.14 274.78 0.9 0.45
Hex 84 C DB 28 5F 0 E 113 5A 2D
Octal 204 14 333 50 137 0 16 423 132 55
Binary 10000100 1100 11011011 101000 1011111 0 1110 100010011 1011010 101101

Color Harmonies of #840CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CDB

Black with #840CDB

Text Example


Text Example

White with #840CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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