#840CDD

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

Shades of Dark Violet #840CDD

Tints of Dark Violet #840CDD

Color information

#840CDD (or 0x840CDD) is unknown color: approx Dark Violet. HEX triplet: 84, 0C and DD. RGB value is (132,12,221). Sum of RGB (Red+Green+Blue) = 132+12+221=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #840CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CDD is #7BF322. Grayscale: #464646. Windows color (decimal): -8123171 or 14486660. OLE color: 14486660.

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

Color convert

RGB13212221-
CMYK0.400.9500.13
HSL274.45º89.7%45.69%-
HSV(B)274.45º94.57%86.67%-
XYZ22.710.3969.22-
YUV71.71212.26171.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 12 (5.08% from 255) = 3.29%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=36.16%
G=3.29%
B=60.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132122210.400.9500.13274.4589.745.69
Hex84CDD285F0D1125a2e
Octal204143355013701542213256
Binary100001001100110111011010001011111011011000100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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