Html Css Color HEX #84196E Dark Purple

📋 copy color: '#84196E'

red 132 ◦ green 25 ◦ blue 110

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

Shades of Dark Purple #84196E

Tints of Dark Purple #84196E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 49.44%
G = 9.36%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84196E (or 0x84196E) is known color: Dark Purple. HEX triplet: 84, 19 and 6E. RGB value is (132,25,110). Sum of RGB (Red+Green+Blue) = 132+25+110=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #84196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84196E is #7BE691. Grayscale: #424242. Windows color (decimal): -8119954 or 7215492. OLE color: 7215492.

HSL color Cylindrical-coordinate representation of color #84196E: hue angle of 312.34º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84196E is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 110 -
CMYK 0 0.81 0.17 0.48
HSL 312.34º 0.68% 0.31% -
HSV(B) 312.34º 0.81% 0.52% -
XYZ 12.68 6.73 15.38 -
YUV 66.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 132 25 110 0 0.81 0.17 0.48 312.34 0.68 0.31
Hex 84 19 6E 0 51 11 30 138 44 1F
Octal 204 31 156 0 121 21 60 470 104 37
Binary 10000100 11001 1101110 0 1010001 10001 110000 100111000 1000100 11111

Color Harmonies of #84196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84196E

Black with #84196E

Text Example


Text Example

White with #84196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84196E; }

 p { color: rgb(132,25,110); }

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

background-color css

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

 a { background-color: rgb(132,25,110); }

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

border-color css

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

 span { border-color: rgb(132,25,110); }

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