Html Css Color HEX #840CB2 Dark Violet

📋 copy color: '#840CB2'

red 132 ◦ green 12 ◦ blue 178

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

Shades of Dark Violet #840CB2

Tints of Dark Violet #840CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.28%

R = 40.99%
G = 3.73%
B = 55.28%

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

#840CB2 (or 0x840CB2) is known color: Dark Violet. HEX triplet: 84, 0C and B2. RGB value is (132,12,178). Sum of RGB (Red+Green+Blue) = 132+12+178=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #840CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840CB2 is #7BF34D. Grayscale: #424242. Windows color (decimal): -8123214 or 11668612. OLE color: 11668612.

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

Color convert

RGB 132 12 178 -
CMYK 0.26 0.93 0 0.30
HSL 283.37º 0.87% 0.37% -
HSV(B) 283.37º 0.93% 0.7% -
XYZ 17.68 8.38 42.81 -
YUV 66.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 132 12 178 0.26 0.93 0 0.30 283.37 0.87 0.37
Hex 84 C B2 1A 5D 0 1E 11B 57 25
Octal 204 14 262 32 135 0 36 433 127 45
Binary 10000100 1100 10110010 11010 1011101 0 11110 100011011 1010111 100101

Color Harmonies of #840CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CB2

Black with #840CB2

Text Example


Text Example

White with #840CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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