#84175F

Color #84175F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #84175F

Tints of Dark Purple #84175F

Color information

#84175F (or 0x84175F) is unknown color: approx 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

RGB1322395-
CMYK00.830.280.48
HSL320.37º70.32%30.39%-
HSV(B)320.37º82.58%51.76%-
XYZ11.896.3411.42-
YUV63.8145.61176.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132239500.830.280.48320.3770.3230.39
Hex84175F0531C30140461e
Octal204271370123346050010636
Binary100001001011110111110101001111100110000101000000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>