Html Css Color HEX #840ECC Dark Violet

📋 copy color: '#840ECC'

red 132 ◦ green 14 ◦ blue 204

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

Shades of Dark Violet #840ECC

Tints of Dark Violet #840ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4%

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 37.71%
G = 4%
B = 58.29%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#840ECC (or 0x840ECC) is known color: Dark Violet. HEX triplet: 84, 0E and CC. RGB value is (132,14,204). Sum of RGB (Red+Green+Blue) = 132+14+204=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #840ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ECC is #7BF133. Grayscale: #464646. Windows color (decimal): -8122676 or 13373060. OLE color: 13373060.

HSL color Cylindrical-coordinate representation of color #840ECC: hue angle of 277.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840ECC is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 14 204 -
CMYK 0.35 0.93 0 0.2
HSL 277.26º 0.87% 0.43% -
HSV(B) 277.26º 0.93% 0.8% -
XYZ 20.57 9.58 57.89 -
YUV 70.94 203.09 171.55 -
System Red Green Blue C M Y K H S L
Decimal 132 14 204 0.35 0.93 0 0.2 277.26 0.87 0.43
Hex 84 E CC 23 5D 0 14 115 57 2B
Octal 204 16 314 43 135 0 24 425 127 53
Binary 10000100 1110 11001100 100011 1011101 0 10100 100010101 1010111 101011

Color Harmonies of #840ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840ECC

Black with #840ECC

Text Example


Text Example

White with #840ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,14,204); }

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

background-color css

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

 a { background-color: rgb(132,14,204); }

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

border-color css

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

 span { border-color: rgb(132,14,204); }

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