#823081

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

Shades of Dark Purple #823081

Tints of Dark Purple #823081

Color information

#823081 (or 0x823081) is unknown color: approx Dark Purple. HEX triplet: 82, 30 and 81. RGB value is (130,48,129). Sum of RGB (Red+Green+Blue) = 130+48+129=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #823081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823081 is #7DCF7E. Grayscale: #515151. Windows color (decimal): -8245119 or 8466562. OLE color: 8466562.

HSL color Cylindrical-coordinate representation of color #823081: hue angle of 300.73º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823081 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13048129-
CMYK00.630.010.49
HSL300.73º46.07%34.9%-
HSV(B)300.73º63.08%50.98%-
XYZ14.238.4421.65-
YUV81.75154.67162.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=42.35%
G=15.64%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304812900.630.010.49300.7346.0734.9
Hex82308103F13112d2e23
Octal202602010771614555643
Binary100000101100001000000101111111110001100101101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823081; }

 p { color: rgb(130,48,129); }

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

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

 a { background-color: rgb(130,48,129); }

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

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

 span { border-color: rgb(130,48,129); }

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