#841C83

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

Shades of Dark Purple #841C83

Tints of Dark Purple #841C83

Color information

#841C83 (or 0x841C83) is unknown color: approx Dark Purple. HEX triplet: 84, 1C and 83. RGB value is (132,28,131). Sum of RGB (Red+Green+Blue) = 132+28+131=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #841C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841C83 is #7BE37C. Grayscale: #464646. Windows color (decimal): -8119165 or 8592516. OLE color: 8592516.

HSL color Cylindrical-coordinate representation of color #841C83: hue angle of 300.58º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C83 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13228131-
CMYK00.790.010.48
HSL300.58º65%31.37%-
HSV(B)300.58º78.79%51.76%-
XYZ14.037.3722.16-
YUV70.84161.96171.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 28 (11.33% from 255) = 9.62%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=45.36%
G=9.62%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322813100.790.010.48300.586531.37
Hex841C8304F13012d411f
Octal20434203011716045510137
Binary100001001110010000011010011111110000100101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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