Html Css Color HEX #84196B Dark Purple

📋 copy color: '#84196B'

red 132 ◦ green 25 ◦ blue 107

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

Shades of Dark Purple #84196B

Tints of Dark Purple #84196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 50%
G = 9.47%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84196B (or 0x84196B) is known color: Dark Purple. HEX triplet: 84, 19 and 6B. RGB value is (132,25,107). Sum of RGB (Red+Green+Blue) = 132+25+107=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84196B is #7BE694. Grayscale: #424242. Windows color (decimal): -8119957 or 7018884. OLE color: 7018884.

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

Color convert

RGB 132 25 107 -
CMYK 0 0.81 0.19 0.48
HSL 314.02º 0.68% 0.31% -
HSV(B) 314.02º 0.81% 0.52% -
XYZ 12.52 6.66 14.54 -
YUV 66.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 132 25 107 0 0.81 0.19 0.48 314.02 0.68 0.31
Hex 84 19 6B 0 51 13 30 13A 44 1F
Octal 204 31 153 0 121 23 60 472 104 37
Binary 10000100 11001 1101011 0 1010001 10011 110000 100111010 1000100 11111

Color Harmonies of #84196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84196B

Black with #84196B

Text Example


Text Example

White with #84196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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