#840B6A

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

Shades of Dark Purple #840B6A

Tints of Dark Purple #840B6A

Color information

#840B6A (or 0x840B6A) is unknown color: approx Dark Purple. HEX triplet: 84, 0B and 6A. RGB value is (132,11,106). Sum of RGB (Red+Green+Blue) = 132+11+106=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #840B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B6A is #7BF495. Grayscale: #393939. Windows color (decimal): -8123542 or 6949764. OLE color: 6949764.

HSL color Cylindrical-coordinate representation of color #840B6A: hue angle of 312.89º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B6A is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13211106-
CMYK00.920.200.48
HSL312.89º84.62%28.04%-
HSV(B)312.89º91.67%51.76%-
XYZ12.246.1914.18-
YUV58.01155.09180.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 11 (4.69% from 255) = 4.42%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=53.01%
G=4.42%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321110600.920.200.48312.8984.6228.04
Hex84B6A05C1430139551c
Octal204131520134246047112534
Binary10000100101111010100101110010100110000100111001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,11,106); }

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

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

 a { background-color: rgb(132,11,106); }

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

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

 span { border-color: rgb(132,11,106); }

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