#841b88

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

Shades of Dark Purple #841B88

Tints of Dark Purple #841B88

Color information

#841B88 (or 0x841B88) is unknown color: approx Dark Purple. HEX triplet: 84, 1B and 88. RGB value is (132,27,136). Sum of RGB (Red+Green+Blue) = 132+27+136=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #841B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841B88 is #7BE477. Grayscale: #464646. Windows color (decimal): -8119416 or 8919940. OLE color: 8919940.

HSL color Cylindrical-coordinate representation of color #841B88: hue angle of 297.8º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841B88 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13227136-
CMYK0.030.8000.47
HSL297.8º66.87%31.96%-
HSV(B)297.8º80.15%53.33%-
XYZ14.357.4723.98-
YUV70.82164.79171.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=44.75%
G=9.15%
B=46.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132271360.030.8000.47297.866.8731.96
Hex841B8835002F12a4320
Octal20433210312005745210340
Binary10000100110111000100011101000001011111001010101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841b88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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