Html Css Color HEX #840CE0 Dark Violet

📋 copy color: '#840CE0'

red 132 ◦ green 12 ◦ blue 224

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

Shades of Dark Violet #840CE0

Tints of Dark Violet #840CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.87%

R = 35.87%
G = 3.26%
B = 60.87%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#840CE0 (or 0x840CE0) is known color: Dark Violet. HEX triplet: 84, 0C and E0. RGB value is (132,12,224). Sum of RGB (Red+Green+Blue) = 132+12+224=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #840CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CE0 is #7BF31F. Grayscale: #474747. Windows color (decimal): -8123168 or 14683268. OLE color: 14683268.

HSL color Cylindrical-coordinate representation of color #840CE0: hue angle of 273.96º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840CE0 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 12 224 -
CMYK 0.41 0.95 0 0.12
HSL 273.96º 0.9% 0.46% -
HSV(B) 273.96º 0.95% 0.88% -
XYZ 23.1 10.55 71.34 -
YUV 72.05 213.76 170.76 -
System Red Green Blue C M Y K H S L
Decimal 132 12 224 0.41 0.95 0 0.12 273.96 0.9 0.46
Hex 84 C E0 29 5F 0 C 112 5A 2E
Octal 204 14 340 51 137 0 14 422 132 56
Binary 10000100 1100 11100000 101001 1011111 0 1100 100010010 1011010 101110

Color Harmonies of #840CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CE0

Black with #840CE0

Text Example


Text Example

White with #840CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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