Html Css Color HEX #841B8B Dark Purple

📋 copy color: '#841B8B'

red 132 ◦ green 27 ◦ blue 139

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

Shades of Dark Purple #841B8B

Tints of Dark Purple #841B8B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.06%

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

R = 44.3%
G = 9.06%
B = 46.64%

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

#841B8B (or 0x841B8B) is known color: Dark Purple. HEX triplet: 84, 1B and 8B. RGB value is (132,27,139). Sum of RGB (Red+Green+Blue) = 132+27+139=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #841B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841B8B is #7BE474. Grayscale: #464646. Windows color (decimal): -8119413 or 9116548. OLE color: 9116548.

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

Color convert

RGB 132 27 139 -
CMYK 0.05 0.81 0 0.45
HSL 296.25º 0.67% 0.33% -
HSV(B) 296.25º 0.81% 0.55% -
XYZ 14.57 7.55 25.12 -
YUV 71.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 132 27 139 0.05 0.81 0 0.45 296.25 0.67 0.33
Hex 84 1B 8B 5 51 0 2D 128 43 21
Octal 204 33 213 5 121 0 55 450 103 41
Binary 10000100 11011 10001011 101 1010001 0 101101 100101000 1000011 100001

Color Harmonies of #841B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841B8B

Black with #841B8B

Text Example


Text Example

White with #841B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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