Html Css Color HEX #841466 Dark Purple

📋 copy color: '#841466'

red 132 ◦ green 20 ◦ blue 102

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

Shades of Dark Purple #841466

Tints of Dark Purple #841466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 51.97%
G = 7.87%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#841466 (or 0x841466) is known color: Dark Purple. HEX triplet: 84, 14 and 66. RGB value is (132,20,102). Sum of RGB (Red+Green+Blue) = 132+20+102=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #841466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841466 is #7BEB99. Grayscale: #3E3E3E. Windows color (decimal): -8121242 or 6689924. OLE color: 6689924.

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

Color convert

RGB 132 20 102 -
CMYK 0 0.85 0.23 0.48
HSL 316.07º 0.74% 0.3% -
HSV(B) 316.07º 0.85% 0.52% -
XYZ 12.16 6.37 13.16 -
YUV 62.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 132 20 102 0 0.85 0.23 0.48 316.07 0.74 0.3
Hex 84 14 66 0 55 17 30 13C 4A 1E
Octal 204 24 146 0 125 27 60 474 112 36
Binary 10000100 10100 1100110 0 1010101 10111 110000 100111100 1001010 11110

Color Harmonies of #841466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841466

Black with #841466

Text Example


Text Example

White with #841466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841466; }

 p { color: rgb(132,20,102); }

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

background-color css

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

 a { background-color: rgb(132,20,102); }

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

border-color css

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

 span { border-color: rgb(132,20,102); }

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