#840FCA

Color #840FCA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #840FCA

Tints of Dark Violet #840FCA

Color information

#840FCA (or 0x840FCA) is unknown color: approx Dark Violet. HEX triplet: 84, 0F and CA. RGB value is (132,15,202). Sum of RGB (Red+Green+Blue) = 132+15+202=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #840FCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840FCA is #7BF035. Grayscale: #464646. Windows color (decimal): -8122422 or 13242244. OLE color: 13242244.

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

Color convert

RGB13215202-
CMYK0.350.9300.21
HSL277.54º86.18%42.55%-
HSV(B)277.54º92.57%79.22%-
XYZ20.359.5156.64-
YUV71.3201.76171.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 15 (6.25% from 255) = 4.30%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=37.82%
G=4.30%
B=57.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132152020.350.9300.21277.5486.1842.55
Hex84FCA235D015116562b
Octal204173124313502542612653
Binary1000010011111100101010001110111010101011000101101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,15,202); }

 H1.HeaderClassName
 {
   color: #840FCA;
 }
 .AnyTagClassName
 {
   color: #840FCA;
 }
</style>
background-color css

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

 a { background-color: rgb(132,15,202); }

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

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

 span { border-color: rgb(132,15,202); }

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