#840698

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

Shades of Dark Magenta #840698

Tints of Dark Magenta #840698

Color information

#840698 (or 0x840698) is unknown color: approx Dark Magenta. HEX triplet: 84, 06 and 98. RGB value is (132,6,152). Sum of RGB (Red+Green+Blue) = 132+6+152=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #840698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840698 is #7BF967. Grayscale: #3B3B3B. Windows color (decimal): -8124776 or 9963140. OLE color: 9963140.

HSL color Cylindrical-coordinate representation of color #840698: hue angle of 291.78º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840698 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1326152-
CMYK0.130.9600.40
HSL291.78º92.41%30.98%-
HSV(B)291.78º96.05%59.61%-
XYZ15.257.330.31-
YUV60.32179.74179.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 6 (2.73% from 255) = 2.07%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=45.52%
G=2.07%
B=52.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13261520.130.9600.40291.7892.4130.98
Hex84698D600281245c1f
Octal20462301514005044413437
Binary1000010011010011000110111000000101000100100100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840698; }

 p { color: rgb(132,6,152); }

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

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

 a { background-color: rgb(132,6,152); }

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

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

 span { border-color: rgb(132,6,152); }

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