#841B8B

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

Shades of Dark Purple #841B8B

Tints of Dark Purple #841B8B

Color information

#841B8B (or 0x841B8B) is unknown color: approx Dark Purple. HEX triplet: 84, 1B and 8B. RGB value is (132,27,139). Sum of RGB (Red+Green+Blue) = 132+27+139=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #841B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841B8B is #7BE474. Grayscale: #464646. Windows color (decimal): -8119413 or 9116548. OLE color: 9116548.

HSL color Cylindrical-coordinate representation of color #841B8B: hue angle of 296.25º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841B8B is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13227139-
CMYK0.050.8100.45
HSL296.25º67.47%32.55%-
HSV(B)296.25º80.58%54.51%-
XYZ14.577.5525.12-
YUV71.16166.29171.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 27 (10.94% from 255) = 9.06%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=44.30%
G=9.06%
B=46.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132271390.050.8100.45296.2567.4732.55
Hex841B8B55102D1284321
Octal20433213512105545010341
Binary100001001101110001011101101000101011011001010001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841B8B; }

 p { color: rgb(132,27,139); }

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

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

 a { background-color: rgb(132,27,139); }

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

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

 span { border-color: rgb(132,27,139); }

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