#840F69

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

Shades of Dark Purple #840F69

Tints of Dark Purple #840F69

Color information

#840F69 (or 0x840F69) is unknown color: approx Dark Purple. HEX triplet: 84, 0F and 69. RGB value is (132,15,105). Sum of RGB (Red+Green+Blue) = 132+15+105=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #840F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F69 is #7BF096. Grayscale: #3C3C3C. Windows color (decimal): -8122519 or 6885252. OLE color: 6885252.

HSL color Cylindrical-coordinate representation of color #840F69: hue angle of 313.85º 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 #840F69 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13215105-
CMYK00.890.200.48
HSL313.85º79.59%28.82%-
HSV(B)313.85º88.64%51.76%-
XYZ12.246.2713.93-
YUV60.24153.26179.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=52.38%
G=5.95%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321510500.890.200.48313.8579.5928.82
Hex84F69059143013a501d
Octal204171510131246047212035
Binary10000100111111010010101100110100110000100111010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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