Html Css Color HEX #840CCE Dark Violet

📋 copy color: '#840CCE'

red 132 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #840CCE

Tints of Dark Violet #840CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 37.71%
G = 3.43%
B = 58.86%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#840CCE (or 0x840CCE) is known color: Dark Violet. HEX triplet: 84, 0C and CE. RGB value is (132,12,206). Sum of RGB (Red+Green+Blue) = 132+12+206=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #840CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CCE is #7BF331. Grayscale: #454545. Windows color (decimal): -8123186 or 13503620. OLE color: 13503620.

HSL color Cylindrical-coordinate representation of color #840CCE: hue angle of 277.11º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840CCE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 12 206 -
CMYK 0.36 0.94 0 0.19
HSL 277.11º 0.89% 0.43% -
HSV(B) 277.11º 0.94% 0.81% -
XYZ 20.79 9.62 59.15 -
YUV 70 204.76 172.23 -
System Red Green Blue C M Y K H S L
Decimal 132 12 206 0.36 0.94 0 0.19 277.11 0.89 0.43
Hex 84 C CE 24 5E 0 13 115 59 2B
Octal 204 14 316 44 136 0 23 425 131 53
Binary 10000100 1100 11001110 100100 1011110 0 10011 100010101 1011001 101011

Color Harmonies of #840CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CCE

Black with #840CCE

Text Example


Text Example

White with #840CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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