Html Css Color HEX #840CCC Dark Violet

📋 copy color: '#840CCC'

red 132 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #840CCC

Tints of Dark Violet #840CCC

RGB

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

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

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

R = 37.93%
G = 3.45%
B = 58.62%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#840CCC (or 0x840CCC) is known color: Dark Violet. HEX triplet: 84, 0C and CC. RGB value is (132,12,204). Sum of RGB (Red+Green+Blue) = 132+12+204=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #840CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CCC is #7BF333. Grayscale: #454545. Windows color (decimal): -8123188 or 13372548. OLE color: 13372548.

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

Color convert

RGB 132 12 204 -
CMYK 0.35 0.94 0 0.2
HSL 277.5º 0.89% 0.42% -
HSV(B) 277.5º 0.94% 0.8% -
XYZ 20.55 9.53 57.88 -
YUV 69.77 203.76 172.39 -
System Red Green Blue C M Y K H S L
Decimal 132 12 204 0.35 0.94 0 0.2 277.5 0.89 0.42
Hex 84 C CC 23 5E 0 14 116 59 2A
Octal 204 14 314 43 136 0 24 426 131 52
Binary 10000100 1100 11001100 100011 1011110 0 10100 100010110 1011001 101010

Color Harmonies of #840CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840CCC

Black with #840CCC

Text Example


Text Example

White with #840CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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