#840F66

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

Shades of Dark Purple #840F66

Tints of Dark Purple #840F66

Color information

#840F66 (or 0x840F66) is unknown color: approx Dark Purple. HEX triplet: 84, 0F and 66. RGB value is (132,15,102). Sum of RGB (Red+Green+Blue) = 132+15+102=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #840F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F66 is #7BF099. Grayscale: #3B3B3B. Windows color (decimal): -8122522 or 6688644. OLE color: 6688644.

HSL color Cylindrical-coordinate representation of color #840F66: hue angle of 315.38º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F66 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13215102-
CMYK00.890.230.48
HSL315.38º79.59%28.82%-
HSV(B)315.38º88.64%51.76%-
XYZ12.086.2113.13-
YUV59.9151.76179.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 15 (6.25% from 255) = 6.02%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=53.01%
G=6.02%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321510200.890.230.48315.3879.5928.82
Hex84F66059173013b501d
Octal204171460131276047312035
Binary10000100111111001100101100110111110000100111011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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