Html Css Color HEX #841C83 Dark Purple

📋 copy color: '#841C83'

red 132 ◦ green 28 ◦ blue 131

#841C83
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #841C83

Tints of Dark Purple #841C83

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 value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#841C83 (or 0x841C83) is known color: 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

RGB 132 28 131 -
CMYK 0 0.79 0.01 0.48
HSL 300.58º 0.65% 0.31% -
HSV(B) 300.58º 0.79% 0.52% -
XYZ 14.03 7.37 22.16 -
YUV 70.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 132 28 131 0 0.79 0.01 0.48 300.58 0.65 0.31
Hex 84 1C 83 0 4F 1 30 12D 41 1F
Octal 204 34 203 0 117 1 60 455 101 37
Binary 10000100 11100 10000011 0 1001111 1 110000 100101101 1000001 11111

Color Harmonies of #841C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841C83

Black with #841C83

Text Example


Text Example

White with #841C83

Text Example


Text Example

HTML Codes & Css Web 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>