#823D6F

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

Shades of Dark Purple #823D6F

Tints of Dark Purple #823D6F

Color information

#823D6F (or 0x823D6F) is unknown color: approx Dark Purple. HEX triplet: 82, 3D and 6F. RGB value is (130,61,111). Sum of RGB (Red+Green+Blue) = 130+61+111=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #823D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823D6F is #7DC290. Grayscale: #575757. Windows color (decimal): -8241809 or 7290242. OLE color: 7290242.

HSL color Cylindrical-coordinate representation of color #823D6F: hue angle of 316.52º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #823D6F is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13061111-
CMYK00.530.150.49
HSL316.52º36.13%37.45%-
HSV(B)316.52º53.08%50.98%-
XYZ13.749.2316.1-
YUV87.33141.36158.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=43.05%
G=20.20%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306111100.530.150.49316.5236.1337.45
Hex823D6F035F3113d2425
Octal2027515706517614754445
Binary10000010111101110111101101011111110001100111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823D6F; }

 p { color: rgb(130,61,111); }

 H1.HeaderClassName
 {
   color: #823D6F;
 }
 .AnyTagClassName
 {
   color: #823D6F;
 }
</style>
background-color css

<style>
 a { background-color: #823D6F; }

 a { background-color: rgb(130,61,111); }

 div.DivClassName
 {
   background-color: #823D6F;
 }
 .BgClassName
 {
   background-color: #823D6F;
 }
</style>
border-color css

<style>
 span { border-color: #823D6F; }

 span { border-color: rgb(130,61,111); }

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