#841C8B

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

Shades of Dark Purple #841C8B

Tints of Dark Purple #841C8B

Color information

#841C8B (or 0x841C8B) is unknown color: approx Dark Purple. HEX triplet: 84, 1C and 8B. RGB value is (132,28,139). Sum of RGB (Red+Green+Blue) = 132+28+139=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #841C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841C8B is #7BE374. Grayscale: #474747. Windows color (decimal): -8119157 or 9116804. OLE color: 9116804.

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

Color convert

RGB13228139-
CMYK0.050.8000.45
HSL296.22º66.47%32.75%-
HSV(B)296.22º79.86%54.51%-
XYZ14.597.625.12-
YUV71.75165.96170.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 28 (11.33% from 255) = 9.36%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=44.15%
G=9.36%
B=46.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132281390.050.8000.45296.2266.4732.75
Hex841C8B55002D1284221
Octal20434213512005545010241
Binary100001001110010001011101101000001011011001010001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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