Html Css Color HEX #841685 Dark Purple

📋 copy color: '#841685'

red 132 ◦ green 22 ◦ blue 133

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

Shades of Dark Purple #841685

Tints of Dark Purple #841685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 45.99%
G = 7.67%
B = 46.34%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#841685 (or 0x841685) is known color: Dark Purple. HEX triplet: 84, 16 and 85. RGB value is (132,22,133). Sum of RGB (Red+Green+Blue) = 132+22+133=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #841685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841685 is #7BE97A. Grayscale: #434343. Windows color (decimal): -8120699 or 8722052. OLE color: 8722052.

HSL color Cylindrical-coordinate representation of color #841685: hue angle of 299.46º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841685 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 22 133 -
CMYK 0.01 0.83 0 0.48
HSL 299.46º 0.72% 0.3% -
HSV(B) 299.46º 0.83% 0.52% -
XYZ 14.04 7.17 22.84 -
YUV 67.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 132 22 133 0.01 0.83 0 0.48 299.46 0.72 0.3
Hex 84 16 85 1 53 0 30 12B 48 1E
Octal 204 26 205 1 123 0 60 453 110 36
Binary 10000100 10110 10000101 1 1010011 0 110000 100101011 1001000 11110

Color Harmonies of #841685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841685

Black with #841685

Text Example


Text Example

White with #841685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841685; }

 p { color: rgb(132,22,133); }

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

background-color css

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

 a { background-color: rgb(132,22,133); }

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

border-color css

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

 span { border-color: rgb(132,22,133); }

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