Html Css Color HEX #841865 Dark Purple

📋 copy color: '#841865'

red 132 ◦ green 24 ◦ blue 101

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

Shades of Dark Purple #841865

Tints of Dark Purple #841865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 51.36%
G = 9.34%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#841865 (or 0x841865) is known color: Dark Purple. HEX triplet: 84, 18 and 65. RGB value is (132,24,101). Sum of RGB (Red+Green+Blue) = 132+24+101=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #841865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841865 is #7BE79A. Grayscale: #404040. Windows color (decimal): -8120219 or 6625412. OLE color: 6625412.

HSL color Cylindrical-coordinate representation of color #841865: hue angle of 317.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841865 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 24 101 -
CMYK 0 0.82 0.23 0.48
HSL 317.22º 0.69% 0.31% -
HSV(B) 317.22º 0.82% 0.52% -
XYZ 12.19 6.5 12.92 -
YUV 65.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 132 24 101 0 0.82 0.23 0.48 317.22 0.69 0.31
Hex 84 18 65 0 52 17 30 13D 45 1F
Octal 204 30 145 0 122 27 60 475 105 37
Binary 10000100 11000 1100101 0 1010010 10111 110000 100111101 1000101 11111

Color Harmonies of #841865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841865

Black with #841865

Text Example


Text Example

White with #841865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841865; }

 p { color: rgb(132,24,101); }

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

background-color css

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

 a { background-color: rgb(132,24,101); }

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

border-color css

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

 span { border-color: rgb(132,24,101); }

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