Html Css Color HEX #84196F Dark Purple

📋 copy color: '#84196F'

red 132 ◦ green 25 ◦ blue 111

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

Shades of Dark Purple #84196F

Tints of Dark Purple #84196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.42%

R = 49.25%
G = 9.33%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84196F (or 0x84196F) is known color: Dark Purple. HEX triplet: 84, 19 and 6F. RGB value is (132,25,111). Sum of RGB (Red+Green+Blue) = 132+25+111=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #84196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84196F is #7BE690. Grayscale: #424242. Windows color (decimal): -8119953 or 7281028. OLE color: 7281028.

HSL color Cylindrical-coordinate representation of color #84196F: hue angle of 311.78º 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 #84196F is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 111 -
CMYK 0 0.81 0.16 0.48
HSL 311.78º 0.68% 0.31% -
HSV(B) 311.78º 0.81% 0.52% -
XYZ 12.73 6.75 15.67 -
YUV 66.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 132 25 111 0 0.81 0.16 0.48 311.78 0.68 0.31
Hex 84 19 6F 0 51 10 30 138 44 1F
Octal 204 31 157 0 121 20 60 470 104 37
Binary 10000100 11001 1101111 0 1010001 10000 110000 100111000 1000100 11111

Color Harmonies of #84196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84196F

Black with #84196F

Text Example


Text Example

White with #84196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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