Html Css Color HEX #84195F Dark Purple

📋 copy color: '#84195F'

red 132 ◦ green 25 ◦ blue 95

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

Shades of Dark Purple #84195F

Tints of Dark Purple #84195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 52.38%
G = 9.92%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84195F (or 0x84195F) is known color: Dark Purple. HEX triplet: 84, 19 and 5F. RGB value is (132,25,95). Sum of RGB (Red+Green+Blue) = 132+25+95=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #84195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84195F is #7BE6A0. Grayscale: #404040. Windows color (decimal): -8119969 or 6232452. OLE color: 6232452.

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

Color convert

RGB 132 25 95 -
CMYK 0 0.81 0.28 0.48
HSL 320.75º 0.68% 0.31% -
HSV(B) 320.75º 0.81% 0.52% -
XYZ 11.93 6.43 11.44 -
YUV 64.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 132 25 95 0 0.81 0.28 0.48 320.75 0.68 0.31
Hex 84 19 5F 0 51 1C 30 141 44 1F
Octal 204 31 137 0 121 34 60 501 104 37
Binary 10000100 11001 1011111 0 1010001 11100 110000 101000001 1000100 11111

Color Harmonies of #84195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84195F

Black with #84195F

Text Example


Text Example

White with #84195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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