Html Css Color HEX #841A8B Dark Purple

📋 copy color: '#841A8B'

red 132 ◦ green 26 ◦ blue 139

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

Shades of Dark Purple #841A8B

Tints of Dark Purple #841A8B

RGB

 RED value IS 132 (51.95% from 255) = 44.44%

 GREEN value IS 26 (10.55% from 255) = 8.75%

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 44.44%
G = 8.75%
B = 46.8%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#841A8B (or 0x841A8B) is known color: Dark Purple. HEX triplet: 84, 1A and 8B. RGB value is (132,26,139). Sum of RGB (Red+Green+Blue) = 132+26+139=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #841A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841A8B is #7BE574. Grayscale: #464646. Windows color (decimal): -8119669 or 9116292. OLE color: 9116292.

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

Color convert

RGB 132 26 139 -
CMYK 0.05 0.81 0 0.45
HSL 296.28º 0.68% 0.32% -
HSV(B) 296.28º 0.81% 0.55% -
XYZ 14.55 7.51 25.11 -
YUV 70.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 132 26 139 0.05 0.81 0 0.45 296.28 0.68 0.32
Hex 84 1A 8B 5 51 0 2D 128 44 20
Octal 204 32 213 5 121 0 55 450 104 40
Binary 10000100 11010 10001011 101 1010001 0 101101 100101000 1000100 100000

Color Harmonies of #841A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841A8B

Black with #841A8B

Text Example


Text Example

White with #841A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #841A8B;
 }
 .AnyTagClassName
 {
   color: #841A8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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