#840CCF

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

Shades of Dark Violet #840CCF

Tints of Dark Violet #840CCF

Color information

#840CCF (or 0x840CCF) is unknown color: approx Dark Violet. HEX triplet: 84, 0C and CF. RGB value is (132,12,207). Sum of RGB (Red+Green+Blue) = 132+12+207=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #840CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CCF is #7BF330. Grayscale: #454545. Windows color (decimal): -8123185 or 13569156. OLE color: 13569156.

HSL color Cylindrical-coordinate representation of color #840CCF: hue angle of 276.92º 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 #840CCF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13212207-
CMYK0.360.9400.19
HSL276.92º89.04%42.94%-
HSV(B)276.92º94.2%81.18%-
XYZ20.919.6759.8-
YUV70.11205.26172.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 12 (5.08% from 255) = 3.42%
BLUE value IS 207 (81.25% from 255) = 58.97%
R=37.61%
G=3.42%
B=58.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132122070.360.9400.19276.9289.0442.94
Hex84CCF245E013115592b
Octal204143174413602342513153
Binary1000010011001100111110010010111100100111000101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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