Html Css Color HEX #84175F Dark Purple

📋 copy color: '#84175F'

red 132 ◦ green 23 ◦ blue 95

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

Shades of Dark Purple #84175F

Tints of Dark Purple #84175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

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

R = 52.8%
G = 9.2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84175F (or 0x84175F) is known color: Dark Purple. HEX triplet: 84, 17 and 5F. RGB value is (132,23,95). Sum of RGB (Red+Green+Blue) = 132+23+95=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84175F is #7BE8A0. Grayscale: #3F3F3F. Windows color (decimal): -8120481 or 6231940. OLE color: 6231940.

HSL color Cylindrical-coordinate representation of color #84175F: hue angle of 320.37º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84175F is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 23 95 -
CMYK 0 0.83 0.28 0.48
HSL 320.37º 0.7% 0.3% -
HSV(B) 320.37º 0.83% 0.52% -
XYZ 11.89 6.34 11.42 -
YUV 63.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 132 23 95 0 0.83 0.28 0.48 320.37 0.7 0.3
Hex 84 17 5F 0 53 1C 30 140 46 1E
Octal 204 27 137 0 123 34 60 500 106 36
Binary 10000100 10111 1011111 0 1010011 11100 110000 101000000 1000110 11110

Color Harmonies of #84175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84175F

Black with #84175F

Text Example


Text Example

White with #84175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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